This repository contains the core smart contracts required for the operation of Quota Network. The repository uses Hardhat as development environment for compilation, testing and deployment tasks.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help