Détail du package

maia-core-sdk

Maia-DAO470MIT1.0.74

⚒️ An SDK for building applications on top of Maia DAO Ecosytem

maia, hermes, ethereum

readme

Maia DAO Ecosystem Core SDK

License npm version

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