This repository is mainly used to start a new Front Web3 project.
To use this repository, you will need:
- Node Js >= 16.14.2
- Yarn >= 1.22.19 or npm >= 8.5.0
- Clone this repository to your local machine.
- Install the required dependencies using
npm install
oryarn
.
To use this starter project, follow these steps:
-
In the project directory, run
yarn run dev
ornpm run dev
to start the Next.js development server. -
Navigate to
http://localhost:3000
in your browser.
This base project comes pre-configured with Next.js and Web3UIKit, and is ready for you to start building your own Web3-enabled dApp.
This project uses Next.js, a popular React-based framework for building server-side rendered web applications. Learn more about Next.js and how to use it here.
Web3UIKit is a UI library for building Web3-enabled dApps with Ethereum. It provides a set of pre-built UI components, including buttons, forms, modals, and more, that are designed to work with Ethereum wallets and smart contracts out of the box. Learn more about Web3UIKit and how to use it here.
This project is licensed under the MIT License.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.