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]
Name Type Description
variable variable Variable name
name string Token name
symbol string Token symbol
controller address Token controller address
[decimals] number Decimal places
[transferable] bool Whether the token is transferable
# Create a standard MiniMe token
aragonos:new-token $token "My Token" "TKN" @me