This guide will show you how to create your very own Token on the Proton blockchain.
- To start, you will need to purchase Ram.
- Head over to https://protonresources.com/
- Purchase 200000 bytes (about 2220 XPR)
-
Download proton.token ABI and WASM (right click -> save link as):
-
Log in at https://www.protonscan.io/wallet/utilities/upload-contract and upload the WASM and ABI
ℹ️ For the next few steps, replace "tokentester" in all URLs and parameters with your own account name (@name)
- Go to https://protonscan.io/account/tokentester?loadContract=true&tab=Actions&account=tokentester&scope=tokentester&limit=100&action=create
- For issuer: Enter your account name
- For maximum_supply: Enter Total Tokens to be minted and Token symbol (format is "Number Symbol' e.g. 1000000.0000 MEME)
- Maximum Supply is the maximum amount that can ever be minted
- The amount of decimal points indicates the precision i.e. .0000 means decimals
- Next, we will issue the Token.
- Click on the "issue" tab
- To: field is your account name
- Quantity: The amount of Tokens you want to issue right now
- Memo: Optional field
- Last step is to register your Token (This is where you can provide an image and name your Token).
- Go to https://protonscan.io/account/token.proton?loadContract=true&tab=Actions&account=token.proton&scope=token.proton&limit=100&action=reg
- tcontract: account name e.g. "tokentester"
- tname: name of token e.g. "Meme Token"
- url: url of token e.g. "https://meme.com"
- desc: description of token e.g. "The Memest of them All"
- iconurl: token image url e.g. "https://meme.com/token.png"
- symbol: precision and symbol of Token. Format example "4,MEME"
- 4 is the precision of the MEME token from earlier (remember .0000)
- Go to https://protonscan.io/account/token.proton?loadContract=true&tab=Actions&account=token.proton&scope=token.proton&limit=100&action=reg
You're all set! You can view your glorious creation at https://protonscan.io/tokens.
If you have any questions about this guide or just want to say “Hi”, you can always reach us with the Help button on the bottom right side of your screen. Also be sure to follow our Client Services+ Help Center on Twitter (@MetalHelpsMe) to stay up to date and learn how to get the most out of your Proton experience!