maia-core-sdk
v1.0.47
Published
⚒️ An SDK for building applications on top of Maia DAO Ecosytem
Downloads
1,316
Readme
Maia DAO Ecosystem Core SDK
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.
This code is shared across Maia DAO Ecosystem TypeScript SDKs.
Features
- TypeScript typings for Maia DAO smart contracts.
- Addresses for Maia DAO contracts on various blockchains.
Installation
You can install the Maia DAO Ecosystem TypeScript SDK using npm or yarn:
npm install maia-core-sdk
# or
yarn add maia-core-sdk
## Usage
Here's a basic example of how to use the SDK to interact with Maia DAO contracts:
```ts
import { HermesAddresses} from 'maia-core-sdk';
const bHermesGaugesAddress = HermesAddresses.bHermesGauges;
// Use the address to interact with the contract