🛠An SDK for building applications on top of ichi
Provides all the address of the OneTokenFactory, modules, and oneTokens on Mainnet and testnet.
npm i @ichi.org/sdk
import { ChainId, oneTokenFactory } from '@ichi.org/sdk'
const factoryAddress = oneTokenFactory[ChainId.MAINNET]
yarn install
yarn test