create_token
Create a new ERC20 token on a specified blockchain by defining its name, symbol, initial supply, and decimals. Enables token deployment through the Peppermint API.
Instructions
Create a new ERC20 token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name | |
| symbol | Yes | Token symbol | |
| vaultId | No | Vault ID (optional) | |
| decimals | Yes | Token decimals | |
| blockchainId | Yes | Blockchain ID | |
| initialSupply | Yes | Initial supply |