Mint a Token
This describes how to mint a specified amount of tokens to a specified wallet address on the network specified, for the token contract specified.
const ido = require('idexo-sdk')
ido.network.mintToken(apiKey, contractAddress, mintToAddress, amount)
.then((res) => console.log(res.data))Last updated
Was this helpful?