Blockchain Tethered AI
Clear all the nodes and files if there is any.
cd script
sh removeCertificates.sh
sh removeArtifacts.sh
sh stopNodes.sh
First:
Download Necessary Binary files:
sh downloadBinaryFiles.sh
Generate certificate files:
sh generateCertificates.sh
Generate genesis.block file inside bta-network/channel-artifacts
sh generateGenesisBlock.sh
Generate channel configuration files inside bta-network/channel-artifacts
sh generateChannelConfiguration.sh
Generate anchor peer configuration files inside bta-network/channel-artifacts
sh generateAnchorPeer.sh
Run Nodes
sh runNodes.sh
Create CHannel
sh createChannel.sh
Join Channel
sh joinChannels.sh
Add Anchor Peer
sh addAnchorPeer.sh
Install Chaincode Project
sh installChaincode.sh project
Install Chaincode Model Version
sh installChaincode.sh model-version
Install Chaincode Model Review
sh installChaincode.sh model-review
Install Chaincode Model Experiment
sh installChaincode.sh model-experiment
Install Chaincode Model Artifact
sh installChaincode.sh model-artifact