This project contains the main features of the Basic Beasts application.
Basic Beasts is a Pokémon-inspired NFT collectibles game made by 10-year old and his brother.
Want to help out? Let's setup this project!
install dependencies using yarn
yarn
start the development server
yarn dev
build with production mode
yarn build
# start the application after build
yarn start
- Login using your blocto https://demo.cryptodappy.com
- Enable FUSD - this will create a FUSD vault for account
- Get FUSD from testnet for the account you just created https://testnet-faucet.onflow.org/fund-account
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.