Deploying an ERC20 Token
Deploy an ERC20 token on WeaveVM
Add WVM Testnet Network to MetaMask
Before deploying, make sure the WeaveVM (WVM) network is configured in your MetaMask wallet. Check the Network Configurations.
ERC20 Contract
For this example, we will use the ERC20 token template provided by the OpenZeppelin's smart contract library.
Deployment
Now that you have your contract source code ready, compile the contract and hit deploy with an initial supply.
After deploying the contract successfully, check your EOA balance!
Last updated