Play this game with 2 accounts
-
Create a Core Wallet.
-
Log on your metamask wallet, then go on the top-right corner click on Ethereum Mainnet and click
Show/Hide test networks
or on metamask wallet settings toogle the testnetwork options. -
Click again on the top-right corner Ethereum Mainnet and switch it to Goerli Network.
-
Register on Alchemy.
-
Login with Alchemy account on Goerly Faucet
-
Paste you Goerli ETH Testnet direction on the field and collect the Goerli WETH.
-
Log in with your Metamask wallet in Live version.
DEX Clone Technologies Tree schema
│
├── Frontend
│ │
│ ├── ReactJS
│ │ ├── Create custom hooks
│ │ ├── Fetching Smart contracts data.
│ │ ├── Use React Hooks like { useState, useEffect, useRef, useNavigate, useContext }
│ │ ├── Use Web3 libraries Ethers or Hardhat.js
│ │ └── Build and deploy on netlify
│ │