eth-nft-game

Tech Stack

  • TypeScript, Next.js, Hardhat, Solidity, Tailwind CSS
  • App works on only Rinkeby Test Network

How to get started

  1. Please edit your environment variables
# rename env file
$ mv .env.sample .env
  1. Start frontend server
# install dependencies
$ yarn

# start frontend server
$ yarn dev

How to deploy contract

$ yarn contract:deploy
# If you want to run contract `$ yarn contract:run`
# Contracts are located in the `. /contracts/`