ERC-20 quickstart

Using Remix with FEVM: A live walk-through demo for setting up a wallet and using Remix to deploy a smart contract on FEVM

https://drive.google.com/file/d/1EZu3B2rkyFzFP9sXoc-eIbkr-zvF15GV/view

Video Contents

  1. How to create a Metamask wallet
  2. Adding the FEVM to Metamask
  3. Get some funds
  4. Contract creation
    1. Create a workspace
    2. Customize the contract
    3. Compile
    4. Deploy
  5. Use your contract