# solscan [![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/solscan.svg [crates-url]: https://crates.io/crates/solscan [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: https://github.com/danipopes/solscan/blob/master/LICENSE [actions-badge]: https://github.com/danipopes/solscan/workflows/CI/badge.svg [actions-url]: https://github.com/danipopes/solscan/actions?query=workflow%3ACI+branch%3Amaster A Rust [Solscan](https://solscan.io) HTTP API client. ## Quickstart Add this to your Cargo.toml: ```toml [dependencies] solscan = { git = "https://github.com/danipopes/solscan" } ``` ## License This project is licensed under the [MIT license](https://github.com/danipopes/solscan/blob/master/LICENSE).