In this tutorial I will show you how to deploy ERC20 smart contract.
This tutorial is applicable on most of EVM compatible blockchain testnets such as Base, Shardeum, Scroll, Taiko etc…
Let's build
1️⃣ Go to https://docs.openzeppelin.com/contracts/4.x/wizard 🔸select ERC20
🔸choose a name and symbol for your token
🔸set an amount in 'premint' (ex. 1 000 000 000) 🔸when it's done, click 'Open in Remix' ✅
2️⃣ On Remix :
🔸click 'Compile Contract' button 🔸after compiling go to Deploy & Run Transactions
🔸in ENVIRONMENT select ‘’ Injected Provider Metamask’’ ( you should see your own adress if you have done everything right )
🔸Press DEPLOY ✅
Your smart contract is deployed 🎉