- Introduction
- Setup
- Tech Stack
- Contributers
Blockchain has many use cases but it is still not utilized to it's full potential due to lack of interoperability. Our aim is to make the existing ERP system interoperable with blockchain.
To built transaction folder (Only for new users)
GO111MODULE=on go mod vendor
For bringing the network up
./start_network.sh up
./organizations/ccp-generate-new.sh
Copy transactionv1 folder in 1st_prototype/chaincode
bash CCNAME-gen.sh
Debugging -
To remove existing wallets
rm -rf wallet*
For bringing the network down
./start_network.sh down
docker ps -aq
docker network prune
docker volume prune
- Hyperledger Fabric Blockchain
- Odoo ERP
- NodeJS