/nft_squad_battles

Building full stack apps with Solidity, Ethers.js, Hardhat, and The Graph

Primary LanguageTypeScript

Run locally

  1. Clone the repo

  2. Install the dependencies

npm install
  1. Start the local test node
npx hardhat node
  1. Deploy the contracts
npx hardhat run scripts/deploy.js --network localhost
  1. Run the app
npm start