Skip to content

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, …

License

Notifications You must be signed in to change notification settings

Pritom-sarker/marriage-registration-system-using-blockchain-smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Marriage Registration System Using Blockchain Smart Contract

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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.

Built With

All the used technology and frameworks are listed below:

(back to top)

Getting Started

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.

Prerequisites

You have to install the following things as a priority

  • Python
  • Solidity
  • Install Brownie
  • npm
    npm install npm@latest -g

Installation

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.

  1. Get a free API Key at infura.io
  2. Clone the repo
    git clone https://github.com/Pritom-sarker/marriage-registration-system-using-blockchain-smart-contract
  3. Enter your API in .env
    export WEB3_INFURA_PROJECT_ID = 'ENTER YOUR API'
  4. Enter your Private key in .env
    export PRIVATE_KEY1 = 'ENTER YOUR API'
  5. Type command on console
    Brownie run scripts/deploy.py
    

(back to top)

Usage

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.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @Pritom Sarker - Me.Pritom@gmail.com

Project Link: Marriage Registration System Using Blockchain Smart Contract

(back to top)

Acknowledgments

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!

(back to top)

About

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, …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published