Adding nakamoto_net_poll library as a dependency

Run this command in a terminal, in your project's directory:

cargo add nakamoto-net-poll

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

nakamoto-net-poll = "0.4.0"

The nakamoto_net_poll library will be automatically available globally. Read the nakamoto_net_poll library documentation.

Back to the crate overview.