All Projects → saarc → teamate

saarc / teamate

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
EJS
674 projects
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

teamate

hyperledger fabric sample

pre-condition

  • curl, docker, docker-compose, go, nodejs, python
  • hyperledger fabric-docker images are installed
  • GOPATH are configured
  • hyperledger bineries are installed (cryptogen, configtxgen ... etcs)

-network

1. generating crypto-config directory, genesis.block, channel and anchor peer transactions

cd network

./generate.sh

2. starting the network, create channel and join

./start.sh

-chaincode

3. chaincode install, instsantiate and test(invoke, query, invoke)

./cc_tea.sh instantiate v1.0

-prototype

cd ../prototype

4. nodejs module install

npm install

5. certification works

node enrollAdmin.js

node registerUser.js

6. server start

node server.js

7. open web browser and connect to localhost:8080

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].