[](https://github.com/rust-util-collections/chaindev/actions/workflows/rust.yml)
[](https://crates.io/crates/chaindev)
[](https://docs.rs/chaindev)

[](https://github.com/rust-random/rand#rust-version-requirements)
# chaindev
Powerful development and testing utils for blockchain developers.
- [Beacon(ETH2) based chains](src/beacon_based)
- `feature = [ "beacon_based" ]`, default
- [Tendermint/CometBFT based chains](src/tendermint_based)
- `feature = [ "tendermint_based" ]`
- **WARNING**: less maintained, new features may be missing!
### ENV VARs
- `$CHAIN_DEV_EGG_REPO`: where to clone the `EGG` package
- Default to 'https://github.com/rust-util-collections/EGG'