10
Min Read

How to Create an ERC20 Token (In 5 Steps)

Ray Chen
Product Manager
December 12, 2023
How to Create an ERC20 Token (In 5 Steps)
Update
Since this post was written, Hyperledger FireFly has reached 1.0. Learn more here!

Creating an ERC-20 token on the Ethereum blockchain is simpler than you might think. These digital assets follow a standardized set of rules, the ERC-20 standard, which ensures seamless interactions within the Ethereum ecosystem. Whether used as digital currency, representing assets like stocks or commodities, or providing membership in a club, ERC-20 tokens are versatile and powerful.

In this guide, we’ll walk you through the steps to create your own ERC-20 token, from understanding the basics to deploying it on the blockchain. Let's dive in and start your journey into the world of Ethereum tokens.

What is an ERC-20 Token?

ERC-20, which stands for Ethereum Request for Comment 20, is a technical standard used on the Ethereum blockchain. This protocol sets a uniform set of rules for all Ethereum-based tokens, streamlining their creation and integration.

ERC-20 tokens are blockchain assets similar to cryptocurrencies like Bitcoin, but they operate on the Ethereum blockchain using gas for transaction fees. Before ERC-20, each token had unique smart contract code, complicating integration for wallets and exchanges. The ERC-20 standard simplifies token interactions, making it easier to incorporate and exchange tokens efficiently.

Use Cases for ERC20 Tokens

Enterprise businesses use ERC-20 tokens for a variety of reasons, some of the most common include:

  1. Tokenization of assets: ERC-20 tokens can be used to tokenize physical assets, such as real estate or art, making them more easily tradable and accessible to a wider range of investors.
  2. Smart contract functionality: ERC-20 tokens are built on the Ethereum blockchain, which allows for the creation of smart contracts. These smart contracts can be used to automate various business processes, such as supply chain management or voting systems.
  3. Creating loyalty and reward programs: ERC-20 tokens can be used to create loyalty and reward programs for customers, which can be used to incentivize repeat business and customer engagement.
  4. Fundraising: ERC-20 tokens can be used as a form of digital currency to raise funds through Initial Coin Offerings (ICOs) or Security Token Offerings (STOs).
  5. Increased efficiency and lower costs: ERC-20 tokens can be used to streamline financial transactions, reduce administrative costs, and increase the speed of money transfer.
  6. Creating decentralized apps: ERC-20 tokens can be used to create decentralized apps (dApps), which can be used for a variety of purposes such as creating decentralized exchanges, voting systems and more.

Minting an ERC-20 token is not a particularly difficult task, but traditionally it required a certain level of technical knowledge and understanding of the blockchain. Developers could use a token creation platform, write their own smart contracts, or outsource to a team of developers versed in tokenization.

The Kaleido platform made this process radically different—easier and quicker to implement.

ERC20 infographic illustrates what the token is and does

Create an ERC20 Token on Kaleido

Step 1: Create a Kaleido account

If you haven’t already, sign up for a Kaleido account here. Create an account and password and you will be all set. NFTs can be created with any plan on Kaleido, starter tier (free) included!

Step 2: Create a blockchain network

To get started, create a blockchain network. You will need to name your network and select deployment region(s). This is where your resources will be hosted and there are various options for AWS and Microsoft Azure.

screenshot inside the Kaleido console shows where to create a network
screenshot from the Kaleido console shows how to set home region for the network

After your network is created you will need to create an environment. There are options for different protocols, however, to mint a ERC-20 token make sure you create an “Ethereum” one. You will also need to select a provider.

For our purposes any will do but if you are curious about the differences here is a technical overview.

screenshot from the Kaleido console shows how to pick a chain
screenshot inside the Kaleido console shows more chain options

You’re almost there. Once your environment is created, set up a node and leave the default configurations of “small” and “signer” on the final panel.

Kaleido console dashboard view
Kaleido console node set up

Step 3: Create a Token pool

Make sure that your node has finished initializing and that the status has changed to Started. This is important as the node needs to be ready in order to be used as a signing account.

screenshot shows a node in the Kaleido platform

Navigate to the “digital assets” selection in the left panel and click “tokens”. Select the Signing Account as the node you created in the previous step which will be used to deploy the token contract to the blockchain and create the token using our Token Factory. Select KaleidoERC20MintableBurnable as the template to use. Other ERC20 templates are okay as well but for this example we want the token to be mintable and burnable.

Deploy contract instance screenshot

Give your token a name and symbol along with a supply. Since the contract is mintable you can always mint more tokens to increase the supply at a later point in time. For decimals, 18 is the default amount that Ether and most ERC20 token contracts use. Then click “Deploy Token Instance” and “Finish”.

Navigate back to the Tokens section and you should see your deployed token.

Kaleido token dashboard

Step 4: ERC20 Transactions

Now that you have deployed a ERC20 contract, the next step is to mint your token. Go back to the left navigation and click on “tokens”. You should now see your created NFT. In the top right, click “select signing account” and pick the same account you used to create your ERC20 contract.

Token info in Kaleido dashboard

You should now see options to transfer, mint, or burn your token. As an example, click the “Mint” option and input a value of 100.

Mint token dashboard

After clicking mint, the address balance should increment by 100.

Token info dashboard screenshot

You can also check the on-chain transactions by going to Data Explorer on the left nav. Clicking Block Explorer will show you the latest transactions that happened and include details such as the hash, block number, timestamp, and more.

Kaleido transaction dashboard

The Token Explorer will also show a similar view but show token transactions only.

Token explorer in Kaleido console

Step 5: Transferring Tokens

Navigate back to the Tokens section and select your token. Select “transfer” and you should see the following screen.

Transfer token dashboard in Kaleido

You may either provide an address from your blockchain environment or a custom address. To get another address in your blockchain environment simply create a second node. In this tutorial we will show how to get your token into Metamask.

If you haven’t setup a Metamask wallet before, check out this guide to create one.

In your Metamask account, click the networks dropdown and click “Add Network.”

Metamask screenshot showing networks

This will bring you to your Metamask settings screen where you will need to “Add a network manually”.

Metamask setting dashboard
Metamask add network screenshot

For Network name, you may name this anything. To get the RPC URL and Chain ID, navigate back to your Kaleido console and go to the Blockchain section. On the Blockchain dashboard select “View Node” for your node.

Node overview in Kaleido console

Then click Connect App and create a new app cred called “metamask”. The RPC URL will be listed under JSON/RPC HTTP endpoint. Copy this value into Metamask.

App crew details in the Kaleido console

To get your Chain ID, click on the Settings section. Your Chain ID will be under Environment Info.

Environment settings in the Kaleido console

Once you have all the information click save in the Metamask settings.

Screenshot of updated Metamask settings

Next, click “Import tokens” which should prompt you for the token address. The token address may be found in the Tokens section under Token Info.

Screenshot of Metamask account
Metamask import tokens screenshot
Token info in the Kaleido dashboard

Copy this value and your token symbol and decimals should auto-populate. Finally, transfer tokens to your Metamask account by copying your Metamask wallet address.

Metamask dashboard

Select an amount to transfer and click Transfer. Once you get a “Successful Transaction” message go back to your Metamask wallet.

Token transfer dashboard in Kaleido

Refresh and your balance should now appear.

Token in MetaMask wallet

Additional Support Resources

Congratulations, you have successfully transferred your newly minted ERC-20 token to your Metamask wallet! This achievement is just one of the many capabilities you can explore with Kaleido. To further enhance your blockchain projects, be sure to check out Kaleido’s YouTube channel, blog posts, and documentation for more tutorials and information on utilizing the platform.

With these resources, you can continue to expand your knowledge and skills, making the most of what Kaleido has to offer. Ready to dive deeper? Get in touch and we'll help you take your project to the next level.

Start for Free

With a free Kaleido account, you can log into the console, build a blockchain, and mint tokens—in minutes.

Try Now

Start for Free

With a free Kaleido account, you can log into the console, build a blockchain, and mint tokens—in minutes.

Try Now
Interested in Blockchain?

Start learning blockchain and creating enterprise solutions today with a free Kaleido account!

Create Free Account
Don't forget to share this article!
Interested in Blockchain?

Start learning blockchain and creating enterprise solutions today with a free Kaleido account!

Create Free Account

Start for Free

With a free Kaleido account, you can log into the console, build a blockchain, and mint tokens—in minutes.

Try Now

Start for Free

With a free Kaleido account, you can log into the console, build a blockchain, and mint tokens—in minutes.

Try Now

The Ultimate Enterprise Blockchain Glossary

Your guide to everything from asset tokenization to zero knowledge proofs

Download Now

Swift Utilizes Kaleido in New CBDC Sandbox

Learn how Swift, the world’s leading provider of secure financial messaging services, utilizes Kaleido in its CBDC Sandbox project.

Download Now

Related Posts

How to Pin a Document to a Blockchain

How to Pin a Document to a Blockchain

Harris Wilson
Web3 Specialist
How to Create an ERC1155 Token

How to Create an ERC1155: A Step-by-Step Guide

Ray Chen
Product Manager
10 Examples of Smart Contracts on Blockchain

10 Real-World Smart Contract Examples

Jim Zhang
Co-Founder & Head of Protocol

Blockchain made radically simple for the enterprise

No Credit Card Required
ISO27K & SOC2 Type 2 Compliant
Free Training & Support