Nomos blockchain node
Go to file
Giacomo Pasini 61de96a5d3
Add Waku network backend (#3)
* Add Waku network backend

Add Waku as the first supported network backend and rework API.
In particular, the network message now depends on the underlying
network backend so that it can properly reflects specificities
of the protocol.
Another choice could have been to hardwire domain-specific actions
in the network message type (e.g. send block, send message, ...)
but was discarded in favor of a more general network service.

* address review comments

* add debug impl

* add Serialize/Deserialize to network settings

* add waku functionalities

* add a little bit of documentation
2022-11-21 12:03:47 +01:00
nomos-services Add Waku network backend (#3) 2022-11-21 12:03:47 +01:00
.gitignore Initial commit 2022-10-25 13:40:24 +02:00
Cargo.toml Initial network service (#2) 2022-11-03 06:28:37 -07:00
README.md Initial commit 2022-10-25 13:40:24 +02:00

README.md

nomos-research

Nomos blockchain node mvp