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
# start a nuls 2.0 node
make start
# stop the node
make stop
# After start the node:# launch the command line tool
make cmd
# access the container shell
make shell