This repository is part of the BLOCKOTUS Organism (https://github.com/BLOCKOTUS/organism).
Execute all the commands needed to start developing, after having run the installation script.
Environment variables.
Install HyperLedger Fabric binaries, pull docker images, and install npm packages.
Compile Chaincode Contracts, and deploy Chaincodes to the network.
Start and stop the network.
Deploy a new version of a Chaincode Contract to the network.
You can use the scripts directly from the scripts folder, doing:
$ bash anyscript.dev <args>
Or, they are used by the package.json file of the Organism repository. For example, from the Organism repository, run:
$ yarn dev
Fork and submit a pull-request.
Clone or download the repository. Modify at your convenience.
In an ideal world, you will conserve the same license, and give credits to the author @danielfebrero.