fablo icon indicating copy to clipboard operation
fablo copied to clipboard

Fablo init with Gateway client

Open dzikowski opened this issue 8 months ago • 4 comments

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:

  1. The option is documented in README
  2. The option is used in test-01 - see also https://github.com/hyperledger-labs/fablo/issues/542

dzikowski avatar Apr 30 '25 07:04 dzikowski

This has me thinking, should I make the gateway into a generic CRUD API? @dzikowski

ronaldl29 avatar Apr 30 '25 22:04 ronaldl29

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.

dzikowski avatar May 01 '25 06:05 dzikowski

Okay that makes sense! @dzikowski

ronaldl29 avatar May 01 '25 18:05 ronaldl29