Users are able to
- Connect their cryptocurrency wallet.
- Fetch and display the connected wallet address and its native balance.
- To sign a message with their wallet.
- Switch between Ethereum and BSC networks.
- Disconnect their wallet
- Sign a message whenever the connected wallet changes.
- Live Site URL: https://faidat-wagmi.netlify.app/
This is a Vite project bootstrapped with create-wagmi.
Make sure to install the dependencies:
npm installnpm run devBuild the application for production:
npm run build
