Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ProbeStaking

Simple staking for ProbeChain Rydberg Testnet (Chain ID: 8004).

Contract: SimpleStaking.sol

Stake native PROBE, earn fixed APR rewards, compound earnings.

Key Functions

  • stake() — Stake native PROBE (payable)
  • unstake(amount) — Withdraw staked tokens
  • claimRewards() — Claim accumulated rewards
  • compound() — Compound rewards into stake
  • getStakeInfo(user) — Get staking details

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network

  • Chain ID: 8004
  • EVM: London
  • Solidity: 0.8.24