bitcoin has emerged as a disruptive technology with the power to revolutionize business and its processes. Advantages of the blockchain include decentralized control, immutability, elimination of central authority, and solution of concurrency problems in traditional databases. Leveraging on the advantages of blockchain technology defined above, this project uses blockchain technology for the registry system of marriage. Two users can be married to each other using our deployed smart contract, and they can store an amount of money on the system. if they get a divorce then they can withdraw the funds.
Explore the Smart Contract »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a smart contract-based marriage system. a wallet address will be the unique identifier for different users. While the user is doing the registration he has to put some ether as a security asset. Users can withdraw that amount later.
Key point:
- Wallet address will the unique identifier for each user.
- At the time of registration user have to put some ether on wallet as a security asset.
- At the time of registration, the user has to choose a password and If users want to withdraw the fund they have to use that password.
All the used technology and frameworks are listed below:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You have to install the following things as a priority
- Python
- Solidity
- Install Brownie
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Get a free API Key at infura.io
- Clone the repo
git clone https://github.com/Pritom-sarker/marriage-registration-system-using-blockchain-smart-contract
- Enter your API in
.env
export WEB3_INFURA_PROJECT_ID = 'ENTER YOUR API'
- Enter your Private key in
.env
export PRIVATE_KEY1 = 'ENTER YOUR API'
- Type command on console
Brownie run scripts/deploy.py
This project is can be used as an open-source marriage registration system based on smart contracts. Because it's a Blockchain-based system so it's a reliable system and it's a very strong system in terms of security.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @Pritom Sarker - Me.Pritom@gmail.com
Project Link: Marriage Registration System Using Blockchain Smart Contract
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!