Create a Project Token
This section describes how to deploy a smart contract that creates a token that conforms to the ERC20 standard used by many project utility tokens.
const ido = require('idexo-sdk')
ido.Tokens.deployToken(apiKey, network, name, symbol, capped, cap)
.then(res => console.log(res.data))Last updated
Was this helpful?