This SDK is a collection of tools used to interact with the Minted API and smart contracts.
npm install @minted-network/sdk ethers --save
pnpm i @minted-network/sdk ethers
pnpm build
Put someAbi.json
into ABIs folder, then
pnpm typechain
to generate types.