yofine / create-react-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create React DApp

License: MIT

This project is a boilerplate for developing decentralized applications (DApps) with a React frontend. It provides a set of basic components and functions that can be used to quickly build and deploy a DApp frontend with the following tech stack:

  • React
  • TypeScript
  • Vite
  • Tailwind CSS
  • Ethers
  • Lodash

Features

The boilerplate provides the following features out of the box:

  • Wallet login and address display
  • Network switcher
  • NFT minting (coming soon)

Getting Started

To get started with the boilerplate, you can clone this repository and run the following commands:

pnpm install
pnpm run dev

This will install the dependencies and start the development server. You can then open your browser and navigate to http://localhost:3000 to see the boilerplate in action.

License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

About

License:MIT License


Languages

Language:TypeScript 99.8%Language:HTML 0.1%Language:JavaScript 0.1%