Guide
The following process shows how to create CW20 tokens, detailing steps to create, query, and execute CW20 methods.
Create
Step 1: Token Details
Name: Full name of the token.
Symbol: Abbreviation of the token name.
Decimals: Specifies the divisibility. For instance, 6 decimals imply you can have a minimum of 0.000001 of your token.
Initial Balance: The amount of tokens present when created.
Step 2: Mint
Minter Address: Address authorized to create new tokens.
Cap: Maximum number of tokens that can exist.
Step 3: Marketing
Project: Name displayed for marketing.
Description: Detailed information about the token project.
Wallet Address: Displayed as the official address.
Logo URL: Image URL for marketing and branding.
Query
Interact with the CW20 Token
Last updated