ORE Mint manages the mint authority of the ORE token and secures emissions rules.
Consts– Program constants.Error– Custom program errors.Instruction– Declared instructions and arguments.
MintORE- Mints new ORE tokens to the treasury.
Authority- Holds the mint authority.
To run the test suite, use the Solana toolchain:
cargo test-sbf
For line coverage, use llvm-cov:
cargo llvm-cov