miner-api 0.1.1

Instructions, state and SDK for the MINER protocol - a proof-of-work mined SPL token where holdings boost mining power
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod consts;
pub mod error;
pub mod instruction;
pub mod pda;
pub mod sdk;
pub mod state;

use solana_program::declare_id;

// Mainnet program id. (The devnet deployment runs under a different id:
// GdHXeu5JDYec2Xq4USGeRswHK6gVfcrcjYQ5uJUCbw15.)
declare_id!("FyTBuifdJ1u3rF2bsK2NmjzogkCbNK3KtFfZyM3CUfv1");