aragonos:new-token
Create a new MiniMe token with configurable name, symbol, and decimals.
Syntax
Section titled “Syntax”aragonos:new-token <variable> <name> <symbol> <controller> [decimals] [transferable]Arguments
Section titled “Arguments”| 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 |
Examples
Section titled “Examples”# Create a standard MiniMe tokenaragonos:new-token $token "My Token" "TKN" @me