Skip to content

aragonos:new-token

Create a new MiniMe token with configurable name, symbol, and decimals.

aragonos:new-token <variable> <name> <symbol> <controller> [decimals] [transferable]
NameTypeDescription
variablevariableVariable name
namestringToken name
symbolstringToken symbol
controlleraddressToken controller address
[decimals]numberDecimal places
[transferable]boolWhether the token is transferable
# Create a standard MiniMe token
aragonos:new-token $token "My Token" "TKN" @me