Requirements:
NodeJS: 16+
Solidity: 0.8.9
Getting Started:
cd contracts
npm install
Available commands:
Run EthereumTowersNFTStaking test:
npx hardhat test --network hardhat
Run tests with coverage:
npm hardhat coverage
Deploy EthereumTowersNFTStaking smart contract to ropsten Testnet:
npm run deploy:ropsten
Default HardHat commands:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help