Samples for Hyperledger Fabric
Find a file
2025-03-30 17:48:36 +05:30
.github Update some old links (#1287) 2025-01-07 10:59:19 +00:00
asset-transfer-basic Project 2025-03-30 17:48:36 +05:30
ci/scripts Add private data go application 2024-10-31 16:30:25 -04:00
test-network Project 2025-03-30 17:48:36 +05:30
.editorconfig Add JavaScript asset-transfer-basic application 2024-06-21 12:16:31 -04:00
.gitignore Simplify Java client error-handling example 2024-10-24 23:45:04 -04:00
CHANGELOG.md Add CHANGELOG.md with script to update it (#162) 2020-05-19 15:52:13 +01:00
CODE_OF_CONDUCT.md Update some old links (#1287) 2025-01-07 10:59:19 +00:00
CODEOWNERS Update some old links (#1287) 2025-01-07 10:59:19 +00:00
CONTRIBUTING.md Fix doc link 2019-01-24 16:47:03 +08:00
LICENSE FAB-4853 initial content 2017-06-21 07:30:04 +08:00
MAINTAINERS.md Update maintainers 2024-11-12 09:07:30 -05:00
README.md Project 2025-03-30 17:48:36 +05:30
SECURITY.md Update some old links (#1287) 2025-01-07 10:59:19 +00:00
StudentDBInit.txt Project 2025-03-30 17:48:36 +05:30

Required:

Docker GO lang Node 16

Network Startup

cd test-network

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

./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-typescript/ -ccl typescript

Backend Startup

cd asset-transfer-basic/rest-api-typescript

TEST_NETWORK_HOME=/home/calvin/go/src/github.com/delete_me0/sandbx/fabric-samples/test-network npm run generateEnv

export REDIS_PASSWORD=$(uuidgen) npm run start:redis

npm run build

npm run start:dev