Skip to content

A Decentralized Application for Automating Wills Using Blockchain Technology

License

Notifications You must be signed in to change notification settings

Dennis-Maigua/willguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

This project is licensed under the MIT license.

WillGuard is a decentralized application (DApp) leveraging blockchain technology and smart contracts to streamline the creation and execution of wills. By harnessing the transparency, security, and immutability of blockchain, this DApp offers users a reliable and efficient solution for managing their testamentary wishes. Traditional will-making processes are often cumbersome, prone to errors, and subject to legal complexities. The Automated Wills DApp revolutionizes this process, offering a user-friendly platform that ensures the accurate execution of testamentary wishes while maintaining the highest standards of security and privacy.

Key Features:

  • Smart Contract Execution: Smart contracts autonomously execute the terms of the will, ensuring accuracy and reliability.
  • Immutable Records: All wills are securely stored on the blockchain, safeguarding them against tampering or loss.
  • Decentralized Access: Users can access and update their wills from anywhere in the world, without reliance on intermediaries.
  • Privacy Protection: Encryption protocols safeguard sensitive information, granting users peace of mind regarding data security.
  • Legacy Planning Tools: Additional features facilitate comprehensive legacy planning, including asset distribution and beneficiary management.

Environment and Setup:

Note: Make sure you have installed the latest version of Git before proceeding.

1. Open a new terminal

Setup the project environment by running the following command:

cd Desktop

2. Clone the Repository

Download/Replicate the project to your environment using the following command:

git clone https://github.com/Dennis-Maigua/willguard.git

3. Open the App Folder

Open the root directory of the application through the following command:

cd willguard/application

Installation and Testing:

Note: Make sure you have installed the latest version of Node.js before proceeding.

4. Install the Requirements

First, you will need to install all packages and dependencies for the project via the following command:

# using npm
npm install

# OR using Yarn
yarn install

5. Start the Metro Server

You will need to start Metro (the JavaScript bundler that ships with React Native) by running the following command:

# using npm
npm start

# OR using Yarn
yarn start

6. Start the Application

From the terminal, press the A key to start the app on Android, or press the I key to start the app on iOS.

or

Let Metro Bundler run in its own terminal. Open a new terminal from the root of the project and run the following command:

  • For Android
# using npm
npm run android

# OR using Yarn
yarn android
  • For iOS
# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set it up correctly.

This is one way to run your app — you can also run it directly from within your Smartphone/Mobile Device, or Android Studio, and Xcode respectively.

Contributing:

We welcome contributions from developers, legal experts, and blockchain enthusiasts. Feel free to fork the repository, make improvements, and submit pull requests.