EYBlockchain / nightfall_3

a mono-repo containing an optimistic version of nightfall
Creative Commons Zero v1.0 Universal
263 stars 56 forks source link

Update Client Service to enable Regulator for transfers #1373

Closed daveroga closed 1 year ago

daveroga commented 1 year ago

What does this implement/fix? Explain your changes.

Update in the client to enable regulator for the transfers.

Does this close any currently open issues?

1372

What commands can I run to test the change?

Start nightfall with REGULATOR_URL=http://localhost:8080 NF_SERVICES_TO_START=blockchain,client,worker,optimist,deployer ./bin/start-nightfall -g -d to indicate a regulator url for the client to create transfers enabled for the regulator.

Any other comments?

This is part of the regulator feature and the part for the regulator service is simulated now, waiting for the corresponding PR that will be merged in this feature branch and then integrated.