npx hardhat help
npx hardhat test
npx hardhat test test/tradeFactory/CSXTradeFactory.test.ts
npx hardhat node
npx hardhat run scripts/deploy.ts
npx hadhat run scripts/deploy/<contract>
./mythrun.sh
npx hardhat node
npx hardhat run --network localhost scripts/deploy.tsnpm run compile
npm run deploy
npm run testEnv file in root .env:
HEXKEY=''
RPCURL=''
COUNCIL_ADDRESS=''
ORACLE_NODE_ADDRESS=''