EYBlockchain / nightfall_3

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

Working demo #1433

Closed PawelLechocki closed 1 year ago

PawelLechocki commented 1 year ago

What does this implement/fix? Explain your changes.

This fixes the demo-ui which would not compile in the previous versions. The logging library used by the project seems to deep down depend on the Node-only async_hooks library which can't be browsified by Webpack.

Added a note suggesting to check Docker logs for ERC20Mock in case the suggested address doesn't work.

Fixed the typos in demo-ui/src/Components/Configure/index.js

Does this close any currently open issues?

No

What commands can I run to test the change?

npm ci npm start

Any other comments?

The website crashes when Metamask (or any other addon responsible for window.ethereum) is not installed. This will be addressed in another update when I have more time.