Skip to content

regolith-labs/ore-lst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORE LST

ORE liquid staking token (stORE).

API

  • Consts – Program constants.
  • Error – Custom program errors.
  • Event – Custom program events.
  • Instruction – Declared instructions and arguments.

Instructions

  • Initialize - Initializes program variables.
  • Unwrap - Burn stORE and withdraw staked ORE.
  • Wrap - Stake ORE and mint new stORE.
  • Compound - Auto-compound yield.

State

  • Vault - The program authority for minting stORE.

Tests

To run the test suite, use the Solana toolchain:

cargo test-sbf

For line coverage, use llvm-cov:

cargo llvm-cov

About

ORE liquid staking token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published