mast22 / suramitsu-tech-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech task for Suramitsu

Running instructions:

  1. Clone the repository
  2. Run the project
# Run this to start first node
cargo run -- --port 8080 --period 5
  1. Connect other nodes using a different console
# Run this to connect more nodes into the network
cargo run -- --port 8081 --period 5 --connect 127.0.0.1:8080
  1. Run previous command to lauch more nodes, increment port number manually

About


Languages

Language:Rust 100.0%