This project was bootstrapped with Create React App.
- Clone this repository and navigate to directory.
- Run
npm installto install all dependencies.
Run npm start to start the app. The app will be available at http://localhost:3000.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This app is using TanStack Query (React Query)
to perform asyncronous operations. You can replace it with any other library or just use useEffect and useState hooks.
To support connecting multiple wallets, we use Web3Modal SDK by WalletConnect.
NOTE: Wallet must have networks enabled:
- For production:
- Ethereum Mainnet
- Polygon Mainnet
- For development:
- Goerli Testnet
- Mumbai Testnet