Basic Token
Tools for tokenization and construction of smart contracts in the ERC20 standard.
Basic Token code
new contract
contract.token erc20=> (
{
name : "My Token",
symbol : "BTCZ",
totalSupply : 25000000
}
)
contract.token deploy=> ("mainnet")Understand the parameters
Request Body
Name
Type
Description
Last updated