Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 618 Bytes

File metadata and controls

28 lines (23 loc) · 618 Bytes

ichi-sdk

🛠 An SDK for building applications on top of ichi

Unit Tests

What does this do?

Provides all the address of the OneTokenFactory, modules, and oneTokens on Mainnet and testnet.

Install in your project

npm i @ichi.org/sdk

Usage

import { ChainId, oneTokenFactory } from '@ichi.org/sdk'
const factoryAddress = oneTokenFactory[ChainId.MAINNET]

Development

Install

yarn install

Tests

yarn test