Car Factory repository to play with chaincode lifecycle in Hyperledger Fabric network
🚀 Link to Tutorial - Deploying Fabcar chaincode in Hyperledger Fabric test network
🌐 Link to Hyperledger Fabric docs
./install-fabric.sh docker binary
The Fabric test network in the samples repository provides a Docker Compose based test network with two Organization peers and an ordering service node. You can use it on your local machine to run the samples listed below. You can also use it to deploy and test your own Fabric chaincodes and applications. To get started, see the test network tutorial.
The Fabcar chaincode is a smart contract that allows you to add and change data on the ledger using the Fabric contract API. Also contains an example on how to run chaincode as an external service. Languages: Go, Java, JavaScript, Typescript