Fantom-foundation / lachesis-rs

Lachesis BFT consensus for permission-less networks, in Rust
MIT License
34 stars 5 forks source link

Move tcp-client into the lachesis-rs crate #36

Closed rishflab closed 5 years ago

rishflab commented 5 years ago

The current tcp-client crate is not a client, it a node. It should should be moved into lachesis-rs under the bin folder.

The tcp-client crate should be a command line utility to communicate to a Lachesis node via TCP.