ASC-20 Token Standard #55
shyos
started this conversation in
Brainstorming
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Defining a
Best Practices
token standard for ASC-20 . This should help developers & communities to deploy, track, mint and transfer tokens easily.By default; It will follow the BRC-20 Standard with respecting some of the rules set by the ASC-20 minters.
Below are the three events for an ASC-20 token;
Deploy
data:,{"p":"asc-20","op":"deploy","tick":"token_name","max":"max_supply","lim":"mint_limit_per_inscription"}
Mint
data:,{"p":"asc-20","op":"mint","tick":"token_name","amt":"mint_amount"}
Transfer
data:,{"p":"asc-20","op":"transfer","tick":"token_name","amt":"transferred_amount"}
An ACP will soon follow with detailed rules.
Beta Was this translation helpful? Give feedback.
All reactions