mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
ORE Delegate
Delegate mining to another party.
API
Consts– Program constants.Error– Custom program errors.Event– Custom program events.Instruction– Declared instructions and arguments.
Instructions
Deposit- Deposit hash tokens.Withdraw- Withdraw hash tokens.Crank- Crank mine instructions.Payout- Payout mining rewards.
State
Delegate- Escrows hash tokens on behalf of a miner.
Tests
To run the test suite, use the Solana toolchain:
cargo test-sbf
For line coverage, use llvm-cov:
cargo llvm-cov