Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 624 Bytes

File metadata and controls

31 lines (19 loc) · 624 Bytes

ORE Mint

ORE Mint manages the mint authority of the ORE token and secures emissions rules.

API

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

Instructions

  • MintORE - Mints new ORE tokens to the treasury.

State

Tests

To run the test suite, use the Solana toolchain:

cargo test-sbf

For line coverage, use llvm-cov:

cargo llvm-cov