Create Token
Once we create the asset, we can make the asset as a token.
Call token_create function to provide the basic information like token full name and the decimal.
{"p": "zen", "f": "token_create", "a": ["USDC", "Token Full Name", 6]}
This is similar to test on the Zentra playground by invoking token_create("USDC", "Mock USDC", 6)
.
Last updated