Skip to content
/ dapp-starter Public template
forked from m1guelpf/dapp-starter

The template I use to kickstart all my web3 apps.

License

Notifications You must be signed in to change notification settings

LasMD/dapp-starter

 
 

Repository files navigation

dApp Starter

The template I use to kickstart all my web3 apps.

This starter kit is composed of Next.js and Tailwind CSS, with RainbowKit, ethers, & wagmi for all your web3 needs. It uses Typescript and an opinionated directory structure for maximum dev confy-ness.

Getting Started

First, install dependencies with yarn install. Then, initialize the env file with cp .env.example .env, and add your Infura project id. Finally, run the development server with yarn dev.

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about the components of this kit, take a look at the following resources:

Deployment

The easiest way to deploy your Next.js app is to use Vercel, from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

License

This app is open-source and licensed under the MIT license. For more details, check the License file.

About

The template I use to kickstart all my web3 apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.4%
  • JavaScript 7.3%
  • Shell 0.3%