CW20 Token Creation

This guide go over how to instantiate, query, and execute CW20 methods seen below.

What is CW20?

CW20 is a specification for fungible tokens on the CosmWasm platform. It takes some inspiration from Ethereum's ERC20 standard, but with many modifications to better suit the needs of CosmWasm. The types defined in the CW20 specification can be imported by contracts that want to use the standard or by contracts that interact with any CW20-compliant token.

Enter the SuperTools website

This tutorial is written based on Keplr wallet. Keplr Wallet Creation

Click 'CW20 Token' on the left tab to start token creation.

Last updated