Skip to content

codetit4n/vite-dapp-example

Repository files navigation

vite-dapp-example

Simple dApp(Decentralized Application) made using Vite + React + TypeScript with support for ENS names.

Check it out yourself: https://vite-dapp-example.netlify.app

dApp

demo.mov

Features

  • 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.

Setup the project for local development

  • 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

Contributing

Any and all contributions to make this better are welcome.

Thanks!

About

Simple dApp made using Vite + React + TypeScript with support for ENS names.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published