https://github.com/jcstein/dapp-starter
https://github.com/jcstein/dapp-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcstein/dapp-starter
- Owner: jcstein
- License: mit
- Created: 2022-07-14T17:11:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T17:11:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T08:01:07.115Z (7 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](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](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## Learn More
To learn more about the components of this kit, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Tailwind CSS Documentation](https://tailwindcss.com/docs/) - learn about Tailwind, and browse through the included classes.
- [Ethers Documentation](https://docs.ethers.io/v5/) - learn about Ethers features and API.
- [wagmi Documentation](https://wagmi.sh/) - learn about wagmi features and API.
- [RainbowKit Documentation](https://www.rainbowkit.com/docs/introduction) - learn about RainbowKit's features and API.## Deployment
The easiest way to deploy your Next.js app is to use [Vercel](https://vercel.com/new?utm_medium=default-template&filter=next.js), from the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## License
This app is open-source and licensed under the MIT license. For more details, check the [License file](LICENSE).