Spin the npm version for compilling
npm -g -i npm@8.5.5This is a hardhat project. To install required node.js modules
npm ciTo compile the solidity source code
npm run compileTo run test
npm run testTo deploy the smart contract on bsc testnet
npm run bsc-test:deploymentTo deploy the smart contract on bsc mainnet
npm run bsc:deploymentTo open console on testnet
npm run --network bsc-test consoleTo open console on mainnet
npm run --network bsc console