Skip to content

DFMlab/transitioning-into-web3

Repository files navigation

transitioning-into-web3

instructions on creating ERC20 Token

  1. Install Metamask for chrome or Firefox.

  2. Create a wallet address.

  3. 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 
  1. Request for funds from Celo Faucet

  2. Go to remix IDE.

  3. Create a new file and name it ERC20.sol.

  4. Paste the content of the ERC20 file to the ERC20.sol in Remix browser.

  5. Compile the ERC20.sol.

  6. Switch environment to Injected Web3

  7. Switch contract to ERC20.sol

  8. Click on Deploy and set your token name, symbol and supply.

  9. Import your token to MetaMask and start sharing.

That's all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors