IBM-Blockchain-Archive / fabric-boilerplate

Get up and running quickly with your own blockchain application!
Apache License 2.0
79 stars 150 forks source link

Why not use es6/7 for this boilerplate? #23

Closed sibelius closed 7 years ago

sibelius commented 7 years ago

I think es6/7 provides a much more readable code, also we could use async/await syntax to query the blockchain instead of callback hell

czar0 commented 7 years ago

Hi @sibelius, thanks for the suggestions here and in #25 and #21. We are working on a new version of the boilerplate which will includes the following features:

In addition, the boilerplate will run on separated Docker containers, respectively for the server, client and blockchain network, in order to prevent issues related to different systems and configurations.

So, stay tuned! :)

sibelius commented 7 years ago

I'm going in another direction

I'll try to release it in the end of january

tks for the hard work on this boilerplate, it is really helpful

sibelius commented 7 years ago

I've just release a bolerplate using es6/7 and graphql as well

check it out https://github.com/entria/hyperledger-fabric-graphql-boilerplate

arner commented 7 years ago

Great work sibelius, thanks for sharing