# chains
[![Crates.io][crates-badge]][crates-url]
[![MIT License][mit-badge]][mit-url]
[![CI Status][actions-badge]][actions-url]
[crates-badge]: https://img.shields.io/crates/v/chains.svg
[crates-url]: https://crates.io/crates/chains
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/danipopes/chains/blob/master/LICENSE
[actions-badge]: https://github.com/danipopes/chains/workflows/CI/badge.svg
[actions-url]: https://github.com/danipopes/chains/actions?query=workflow%3ACI+branch%3Amaster
Rust bindings for the [Ethereum Chain List](https://github.com/ethereum-lists/chains).
## Quickstart
Add this to your Cargo.toml:
```toml
[dependencies]
chains = { git = "https://github.com/danipopes/chains" }
```
## License
This project is licensed under the [MIT license](https://github.com/danipopes/chains/blob/master/LICENSE).