# nectar-contracts
Swarm storage incentive contract bindings and deployed contract addresses for Ethereum Swarm networks.
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-contracts = "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).