An open-source Next.js dApp to help you get started with your next web3 project. Using Tailwind for quick and beautiful look that loads fast.
https://bootstrap-dapp.vercel.app/
Clone the project
git clone https://github.com/weber-stephen/bootstrap_dapp
Go to the project directory
cd bootstrap_dapp
Install dependencies
yarn
Setup environment variables described below
Start the server
yarn dev
Storybook is a frontend workshop for building UI components and pages in isolation.
To run storybook:
yarn storybook
To run this project, you will need to add the following environment variables to your .env
file
NEXT_PUBLIC_INFURA_KEY
You can get your Infura key from here https://www.infura.io/ for free