ronin-manager
Manager tool for ronin node
Usage:
- Initiate the
.env
file
cp config/[test|main].env .env
- Then open
.env
file and fill in remaining variables - Start services. You might need to log out and log back in after install.
./ronin-manager install
./ronin-manager start
- To stop all services
./ronin-manager stop
- To stop and clean all data, including chain data and oracle data. Note this action is irreversible
./ronin-manager wipe