OEC Staking Contract Integration
Prerequisites
Hardhat Setup
Installing Dependencies
npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-ethers ethersCompiling Contracts
npx hardhat compileRunning Tests
npx hardhat testContract Deployment
Deploying to Local Network
Deploying to Testnet/Mainnet
Contract Integration with Frontend
Updating Contract Address
Available Contract Functions
Testing
Troubleshooting
Node.js Version Issues
Compilation Errors
Last updated