Daniel Sanchez
c5ac1db44c
Network transaction broadcasting (#63)
* Broadcast transaction when validated in mempool * Clippy happy * Use standard bincode config for tx message decoding * add send_transaction for mock (#64) * add send_transaction for mock * Use wire instead of direct bincode * Use wire instead of direct bincode on deserialization --------- Co-authored-by: Al Liu <scygliu1@gmail.com>
nomos-research
Nomos blockchain node mvp
Docker
To build and run a docker container with nomos node run:
docker build -t nomos .
docker run nomos /etc/nomos/config.yml
To run a node with a different configuration run:
docker run -v /path/to/config.yml:/etc/nomos/config.yml nomos /etc/nomos/config.yml
Description
Languages
Rust
99.3%
Groovy
0.3%
Dockerfile
0.3%