// Basic token deployment
{
"name": "Basic Token",
"symbol": "BS",
"totalSupply": 1000000,
"fixedSupply": true,
"description": "This is an basic token!"
}
// Token with custom decimals
{
"name": "Gaming Credits",
"symbol": "GCRED",
"decimals": 6,
"totalSupply": 1000000,
"fixedSupply": true,
"description": "This is an awesome token!"
}
// Token with custom imageUrl
{
"name": "Reward Points",
"symbol": "RWPT",
"imageUrl": "https://arweave.net/reward-points.json",
"decimals": 9,
"totalSupply": 1000000,
"description": "This is a reward token!"
}