Skip to content

liangyaokai/coupon

 
 

Repository files navigation

##coupon-blockchain-bit

Prerequisites and setup:

Setup the HyperLedger Fabric blockchain network

cd bonusPointsExchange/fabric-network

.......

Once you have completed the above setup, you will have provisioned a local blockchain network with the following docker container configuration:

  • 2 CAs
  • A SOLO orderer
  • 4 peers (2 peers per Org)

Artifacts

  • Crypto material has been generated using the cryptogen tool from Hyperledger Fabric and mounted to all peers, the orderering node and CA containers. More details regarding the cryptogen tool are available here.
  • An Orderer genesis block (genesis.block) and channel configuration transaction (mychannel.tx) has been pre generated using the configtxgen tool from Hyperledger Fabric and placed within the artifacts folder. More details regarding the configtxgen tool are available here.
start database and tomcat for the webapp

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.5%
  • Shell 14.0%
  • HTML 11.2%
  • Go 3.3%
  • CSS 3.0%
  • JavaScript 1.0%