OneWinged-Eagle / PaperNet

Hyperledger Fabric tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaperNet

Following the Hyperledger Fabric commercial paper tutorial, I made some very minor adjustements so I can call the issue / buy / redeem directly via a website running on expressjs. It's cheap, dirty and not secure at all, but I just wanted to see how to decouple front and back.

Anyway, next steps are:

  • Add new organisation(s) directly in the setup UPDATE: DONE! I struggled a bit, but finally, I've correctly setup the commercial-paper to run with two orgs! You can see my first attempts here (and here) and the final working stuff here (and here)
  • Add new organisation(s) while the blockchain is already running
  • Maybe take a deeper look into Raft and private data?
  • Not directly related to this, but try a bit the IBM's marbles' blockchain after I'm "done" with PaperNet

About

Hyperledger Fabric tutorial

License:Apache License 2.0


Languages

Language:JavaScript 44.2%Language:Shell 23.6%Language:Go 18.5%Language:TypeScript 11.9%Language:Java 0.9%Language:HTML 0.8%