Skip to content

m1guelpf/dapp-starter

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dApp Starter

The template I use to kickstart all my web3 apps.

This starter kit is composed of Next.js and Tailwind CSS, with ConnectKit, 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.