Quick Start
How to install
npm i @gen-io/gen-sdkyarn add @gen-io/gen-sdkAvailable public chain
How to use the sdk in your project
import { GenSdk } from '@gen-io/gen-sdk';
const genSdk = new GenSdk()
const { api, swapSdk, config, web3, utils } = genSdk
let data = await api.getGasPrice({
chain: 'bsc'
})
Last updated