Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.01 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.01 KB

Blockchain-ERP-interoperability

Contents of this file

  • Introduction
  • Setup
  • Tech Stack
  • Contributers

Introduction

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.

Setup

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

Tech Stack

  • Hyperledger Fabric Blockchain
  • Odoo ERP
  • NodeJS

Contributors