ORE liquid staking token (stORE).
Consts– Program constants.Error– Custom program errors.Event– Custom program events.Instruction– Declared instructions and arguments.
Initialize- Initializes program variables.Unwrap- Burn stORE and withdraw staked ORE.Wrap- Stake ORE and mint new stORE.Compound- Auto-compound yield.
Vault- The program authority for minting stORE.
To run the test suite, use the Solana toolchain:
cargo test-sbf
For line coverage, use llvm-cov:
cargo llvm-cov