The Maia DAO Ecosystem TypeScript SDK is a library that provides TypeScript typings for interacting with the Maia DAO ecosystem's smart contracts and addresses. Also provides all the addresses in a JSON file for easy access.
- TypeScript typings for Maia DAO smart contracts.
- Addresses for Maia DAO contracts on various blockchains.
- JSON file with all the addresses for easy access.
You can install the Maia DAO Ecosystem TypeScript SDK using npm or yarn:
npm install @maia-dao/addresses-sdk
# or
yarn add @maia-dao/addresses-sdk
## Usage
Here's a basic example of how to use the SDK to interact with Maia DAO contracts:
```ts
import { HermesAddresses} from '@maia-dao/addresses-sdk';
const bHermesGaugesAddress = HermesAddresses.bHermesGauges;
// Use the address to interact with the contract
For more detailed documentation and examples, please refer to the SDK Documentation.
- 1: Ethereum
- 42161: Arbitrum One
This SDK is open-source and available under the MIT License. Feel free to use, modify, and distribute it as needed for your project.
If you would like to contribute to the development of this SDK, please follow our Contributing Guidelines.
If you have any questions or need assistance, you can reach out to us at our discord server: https://discord.gg/maiadao.