chainHero / heroes-service

Short tutorial to build a blockchain application in Go with Hyperledger Fabric
https://chainhero.io/2018/06/tutorial-build-blockchain-app-v1-1-0/
Apache License 2.0
275 stars 146 forks source link

How can I get all the blocks in the blockchain #35

Open holdonbush opened 5 years ago

holdonbush commented 5 years ago

I run this demo successfully, now I need to change this project based on this demo. I want to know how can I get data of all the blocks in the blockchain. Because I want to show content of all blocks in the home page. How should I do? Thanks.