nectar-swarms 0.2.0

Canonical type definitions for Ethereum Swarm networks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# nectar-swarms

Canonical type definitions for Ethereum Swarm networks: network identifiers (mainnet, testnet, and others) and their associated parameters.

Part of the [nectar](https://github.com/nxm-rs/nectar) workspace, a collection of low-level Ethereum Swarm primitives in Rust. See the [workspace README](https://github.com/nxm-rs/nectar) for the full crate list and project context.

## Usage

```toml
[dependencies]
nectar-swarms = "0.1"
```

This crate is `no_std` compatible (default features enable `std`).

## License

AGPL-3.0-or-later. See [LICENSE](https://github.com/nxm-rs/nectar/blob/main/LICENSE).