Contents
- Install Node.js version 16.x
- If you are using nvm (recommended) running
nvm use
will automatically choose the right node version for you.
- If you are using nvm (recommended) running
npm install
Create an
.env.local
file in the root directory of the project with the contract address:
NEXT_PUBLIC_CONTRACT_ADDRESS=
Run the following command to start the server in development mode:
npm run dev
To format code and fix linting errors, run the following command:
npm run fix
kenryu.eth - @kenryu42 - ken0ryu@gmail.com
- Thanks @thatguyintech for this awesome course! 🫡
This project is MIT licensed.