minted-sdk
This SDK is a collection of tools used to interact with the Minted API and smart contracts.
Documentation
Install
npm install @minted-network/sdk ethers --save
pnpm i @minted-network/sdk ethers
SDK Content
Developer guides
Dev
Env
# the rpc url of CRONOS Mainnet
RPC_NETWORK_25
# the rpc url of CRONOS TESTNET
RPC_NETWORK_338
Build
pnpm build
Update ABIs
Put someAbi.json into ABIs folder, then
pnpm typechain
to generate types.