https://github.com/zemse/decentralised-registration-ipfs
POC of User Profile dApp powered by IPFS and Ethereum Smart Contracts
https://github.com/zemse/decentralised-registration-ipfs
Last synced: 8 months ago
JSON representation
POC of User Profile dApp powered by IPFS and Ethereum Smart Contracts
- Host: GitHub
- URL: https://github.com/zemse/decentralised-registration-ipfs
- Owner: zemse
- Archived: true
- Created: 2020-03-30T11:57:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:41:49.000Z (over 3 years ago)
- Last Synced: 2024-12-16T11:52:55.126Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://decentralised-registration-ipfs-git-master.zemse.now.sh/
- Size: 6.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Profile Registration powered by IPFS and Ethereum Smart Contracts
This demo project is a demonstration for user registration on smart contracts using Ethereum and using IPFS for storing data off-chain.
```
$ git clone https://github.com/zemse/decentralised-registration-ipfs.git
$ cd decentralised-registration-ipfs
$ npm i
$ npm run start
```
or access the [hosted production build](https://decentralised-registration-ipfs-git-master.zemse.now.sh/).
## Steps
1. You will need a Eth Wallet, you can create one from any Ethereum/ERC20 supported wallet like [EraSwapLife](https://eraswap.life), [MyEtherWallet](https://myetherwallet.com), etc.
2. Get some Kovan ETH. You can this [faucet](https://gitter.im/kovan-testnet/faucet), just paste your address in the chat and the bot would be sending you test ether.
3. Open [https://decentralised-registration-ipfs-git-master.zemse.now.sh/](https://decentralised-registration-ipfs-git-master.zemse.now.sh/) and sign in using your private key, keystore, mnemonic.
4. After loading your Eth Wallet, register yourself.