Simple dApp(Decentralized Application) made using Vite + React + TypeScript with support for ENS names.
Check it out yourself: https://vite-dapp-example.netlify.app
demo.mov
- Connect dApp to MetaMask.
- ENS lookup on different blockchains.
- Handle account and chain change without refreshing the whole thing.
- Excellent Type Safety because of TS.
- Context for current chain and connected account.
- HMR by Vite - way better then CRA.
- Can be used to setup your next dApp.
- MIT License.
- Step 1: Clone the repo:
git clone https://github.com/codeTIT4N/vite-dapp-example
- Step 2: Install
node_modules
using yarn:
yarn
- Step 3: Run the development server:
yarn run dev
Any and all contributions to make this better are welcome.
Thanks!