This repository contains the source code for interacting with [Archway blockchain]
The Archway SDK is contained inside packages folder and consists of the following subpackages:
| Package | Reference | Description |
|---|---|---|
| Archway Custom Query | "https://github.com/alessandro-baldassarre/archway-sdk/tree/main/packages/archway-sdk/src/custom" | Structures and helper methods for querying archway custom module rewards |
| Archway Stargate Msg | "https://github.com/alessandro-baldassarre/archway-sdk/tree/main/packages/archway-sdk/src/stargate" | Helper methods for dispatching messages to the archway custom module rewards |
| Archway Proto Types | "https://github.com/alessandro-baldassarre/archway-sdk/tree/main/packages/archway-sdk/src/types" | Archway specific protobuf types. |