npx hardhat compile
npx hardhat run scripts/deploy.js
const.json file
{
"NODE_URL": "",
"CONTRACT_OWNER_PRIVATE_KEY": "",
"USER_WALLET_ADDRESS": "",
"USER_PRIVATE_KEY": "",
"TOKEN_CONTRACT_ADDRESS": "",
"STAKING_CONTRACT_ADDRESS": ""
}