Blockchain work record management with Hyperledger fabric
- curl, docker, docker-compose, go, nodejs, python
- hyperledger fabric-docker images are installed
- GOPATH are configured
$ echo $PATH
- hyperledger bineries are installed (cryptogen, configtxgen ... etcs)
- mongoDB
- run
./generate.sh(once)- create
./network/config,./network/crypto-config
- create
- run
./start.sh - run
./albaPublish.sh- install, instantiate, (test) ...
- run
node enrollAdmin.js - run
node server.js- You can register the user via 'join' on web server
- then, the wallet is created at
./application/wallet
- run
./teardown.sh- clean up docker container, docker images
- down docker network
- remove all wallets
- clean the mongoDB
$ sudo mongo> use test> db.users.drop()or> db.users.remove({})