Swap the diferents token in the live site
-
Create a Metamask 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.
-
Add these tokens to your assets list:
-
Log in with your Metamask wallet in Live version.
-
Swap the tokens!
DEX Clone Technologies Tree schema
│
├── Frontend
│ │
│ ├── ReactJS
│ │ ├── Create custom hooks
│ │ ├── Fetching Smart contracts data.
│ │ ├── Use React Hooks like { useState, useEffect and useRef }
│ │ ├── Use Web3 libraries
│ │ └── Build and deploy on netlify
│ │
│ ├── UseDApp ETH Framework
│ │ ├── Utility functions
│ │ ├── Serve data from ABI's
│ │ └── Connecion with Metamask
│ │
│ └── Tailwind
│ └── Custom Responsive CSS
│
└── Backend
├── Alchemy ── Get acces to Goerli Chain (ETH Testnet Blockchain).
│
├── JS with CRANQ ── Compile and deploy Smart Contracts, setup contract.
│ │
│ └── Node JS server
│ │
│ │
│ │
│ ├── Config ──> Create compile an deploy ──> Compile and deploy routes
│ │ (ABI, Address, Contract) │
│ │ │
│ │ │
│ └── Liquidities Store ──> Set up liquidity pairs ───────└──> Add liquidites──> [Router address] (Connection with Front end)
│
│
│
└── Create ERC20 Tokens on Goerli Testnet with Smart Contract Tools
├── FraanFX (FFX)
├── FraanFX Cash (FFXC)
└── Box FraanFX (BOXF)