# Archway Bindings
[![Crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Apache 2.0 Licensed][license-image]][license-link]
![MSRV][rustc-image]
CosmWasm bindings to interact with Archway's modules.
## Usage
Please refer to the [example contract] for a full usage example.
## Specs
The bindings follow the [specs] defined by the Archway Protocol.
## License
This project is licensed under the Apache-2.0 License - see the [NOTICE][notice-link] and [LICENSE][license-link] files for details.
[//]: # "badges"
[crate-image]: https://buildstats.info/crate/archway-bindings
[crate-link]: https://crates.io/crates/archway-bindings
[docs-image]: https://docs.rs/archway-bindings/badge.svg
[docs-link]: https://docs.rs/archway-bindings/
[license-image]: https://img.shields.io/github/license/archway-network/arch3.rs?label=License&logo=opensourceinitiative&logoColor=white&color=informational
[license-link]: https://github.com/archway-network/arch3.rs/blob/main/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.70+-blue.svg?logo=rust&logoColor=white&color=informational
[//]: # "general links"
[example contract]: https://github.com/archway-network/arch3.rs/tree/main/contracts/increment
[specs]: https://github.com/archway-network/archway/blob/main/x/rewards/spec/08_wasm_bindings.md
[notice-link]: https://github.com/archway-network/arch3.rs/blob/main/NOTICE