Daniel Sanchez
320755d19d
Detach tx broadcast from mempool (#69)
* Remove send tx method from mempool network adapter * Add error reporting to add_tx operation in mempool Delegate broadcasting to external caller
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%