d38721e1a0ff79b5ad25099ce49dbe97da884b04
Side
Running in development
To init a Side node:
cd side-node
cargo run -- init node1
To start a node with a cargo watch for development purposes (from the side-node dir):
cargo watch -x "run -- run -- node1"
To run the watcher:
cd side-watcher
cargo watch -x run
Languages
Rust
100%