-
Create a wallet address.
-
Add Celo to MetaMask using the configuration below:
Network Name: Celo (Alfajores Testnet)
New RPC URL: https://alfajores-forno.celo-testnet.org
Chain ID: 44787
Currency Symbol (Optional): CELO
Block Explorer URL (Optional): https://alfajores-blockscout.celo-testnet.org
-
Request for funds from Celo Faucet
-
Go to remix IDE.
-
Create a new file and name it ERC20.sol.
-
Paste the content of the ERC20 file to the ERC20.sol in Remix browser.
-
Compile the ERC20.sol.
-
Switch environment to Injected Web3
-
Switch contract to ERC20.sol
-
Click on Deploy and set your token name, symbol and supply.
-
Import your token to MetaMask and start sharing.
That's all