Skip to content

allilou/fabric-first-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric First Decentralized Application

Deploy the chaincode to the ledger

cd fabric-samples/test-network

./network.sh down

./network.sh up createChannel -c mychannel -ca

./network.sh deployCC -ccn hiring -ccp ../../fabric-first-dapp/chaincode-javascript/ -ccl javascript

Execute the Javascript Application

cd fabric-first-dapp/application-javascript
node app.js

invoke chainecode from command line

export PATH=${PWD}/../bin:$PATH
export FABRIC_CFG_PATH=$PWD/../config/

About

Hyperledger Fabric First Decentralized Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published