Fablo init with Gateway client
Add gateway flag to Fablo init command, which will create also Gateway client app in the directory. So it would be possible to use ./fablo init gateway
Checklist:
- The option is documented in README
- The option is used in test-01 - see also https://github.com/hyperledger-labs/fablo/issues/542
This has me thinking, should I make the gateway into a generic CRUD API? @dzikowski
No I think it's fine as it is. The goal is to show a sample on how to connect to the network. The critical part is already there, and people will iterate on the code, adjusting it to their needs - whether they are working on desktop, webapp, lib etc. Having this sample they know how to connect.
The goal of this issue is just to copy the directory with the sample client app, pretty much the same way as it is done for chaincode sample.
Okay that makes sense! @dzikowski