You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some important info as below should be added into README.md:
Describe how to clone and debug DUNE locally using ./dune (not just globally installed dune)
indicate how to use interactive bash of docker to let end users able to use dune_container as a local computer such as check nodeos output, ps aux to find running nodeos, ls nodes/ etc.
Indicate use of 'pytest -v tests/' to do unit test, and before that use ./bootstrap.sh
Some important info as below should be added into README.md: