@minted-network/sdk
v1.3.6
Published
This SDK is a collection of tools used to interact with the Minted API and smart contracts.
Downloads
139
Readme
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
Build
pnpm build
Update ABIs
Put someAbi.json
into ABIs folder, then
pnpm typechain
to generate types.