EYBlockchain / nightfall_3

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

implements demo-ui #1410

Closed LijuJoseJJ closed 1 year ago

LijuJoseJJ commented 1 year ago

What does this implement/fix? Explain your changes.

This PR create a small react app called demo-ui, intension is demo-ui will be used to test contracts deployed in mumbai testnet. for now: it has been test against local ganache instead of mumbai testnet deployments fixes #1385

pending work:-

What commands can I run to test the change?

To run demo-ui:-

  1. start nightfall
  2. cd demo-ui
  3. npm ci
  4. npm start

Any other comments?