@hashgraph/hedera-cli
Version:
CLI tool to manage and setup developer environments for Hedera Hashgraph.
38 lines (37 loc) • 740 B
JSON
{
"name": "myToken",
"symbol": "MTK",
"decimals": 2,
"supplyType": "finite",
"initialSupply": 1000,
"maxSupply": 1000000,
"keys": {
"supplyKey": "<alias:bob>",
"treasuryKey": "<alias:alice>",
"adminKey": "<newkey:ecdsa:10000>",
"feeScheduleKey": "",
"freezeKey": "",
"wipeKey": "",
"pauseKey": "",
"kycKey": ""
},
"customFees": [
{
"amount": 1,
"unitType": "token",
"denom": "0.0.3609946",
"type": "fixed",
"exempt": true,
"collectorId": "0.0.2221463"
},
{
"type": "fractional",
"numerator": 1,
"denominator": 100,
"min": 1,
"exempt": true,
"collectorId": "0.0.2221463"
}
],
"memo": "Test token"
}