1
0
mirror of synced 2025-02-02 10:55:46 +00:00
gusto 5f21a2734a
Add endpoint to make a new peer conn for mockpool node (#68)
* Add enpoint to make a new peer conn for mockpool node

* Pass multiple addresses in connection request

* Join async reqs to network service, cleanup

* Collect and join reqs
2023-02-07 17:50:38 +02:00
2023-02-01 10:37:15 +02:00
2023-01-25 07:24:33 -08:00
2023-02-01 10:37:15 +02:00
2023-02-01 10:37:15 +02:00

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
Nomos blockchain node
Readme
Languages
Rust 99.3%
Groovy 0.3%
Dockerfile 0.3%