Chess Game Decentralize Application (EVM)
ALCHEMY_API_KEY- Alchemy API keyETHERSCAN_API_KEY- Etherscan API keyCOINMARKETCAP_API_KEY- CoinMarketCap API key
npm run format- for run formatting codenpm run lint- for run linting codenpm run format:check- for check format codenpm run lint:check- for check lint code
npx hardhat node- for running localhost nodenpx hardhat docgen- for generate contract docsnpx hardhat abigen- for generate contract ABI filesnpx hardhat marger- for generate marged contractsnpx hardhat compile- for compile all contractsnpx hardhat deploy- for deploy all contractsnpx hardhat test- for run all testsnpx hardhat check- for check all contractsnpx hardhat clean- for clean artifacts
npx hardhat verify- for verify contract Options:network- chain name (required)contract-address- deployed contract address (required)
npx ts-node scripts/deploy.script.ts \
--provider-url <PROVIDER_URL> \
--private-key <DEPLOYER_PRIVATE_KEY> \
--args <JSON_ARGS> \
--abi-path <PATH_TO_ABI> \
--bytecode-path <PATH_TO_BYTECODE>