Learn how to deploy SPL tokens with Metaplex metadata
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
name | string | Yes | - | The name of your token |
uri | string | Yes | - | Metadata URI containing token information |
symbol | string | Yes | - | Trading symbol for your token |
decimals | number | No | 9 | Number of decimal places |
initialSupply | number | No | undefined | Initial amount to mint |