# etherscan-rs An API wrapper for Etherscan.io, written in Rust. ### Heavy WIP This project is currently a work-in-progress, and is by no means ready in any sense for actual usage. In fact, the entire purpose of this project is for my own educational reasons. I like Rust, and I like cryptocurrency, so I've gone ahead and created this project. ## TODO * [ ] Account Module * [x] Get balance for single address * [ ] Get balance for multiple addresses There's quite a bit more to do, as the Etherscan API can do quite a bit. This is what I'm personally focusing on at the moment. You can view the API yourself here - https://etherscan.io/apis ### Contributing If you want to contribute, please feel free to do so. I would appreciate it heavily, for two reasons - You're helping me build something I find interesting, which is great, and we can (hopefully) both learn from your contributions. Open a pull request and I'll take a look as soon as possible :smile: