miner-api 0.1.0

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
13
pub mod consts;
pub mod error;
pub mod instruction;
pub mod pda;
pub mod sdk;
pub mod state;

use solana_program::declare_id;

// Mainnet. (Devnetowy deploy działa pod starym ID:
// GdHXeu5JDYec2Xq4USGeRswHK6gVfcrcjYQ5uJUCbw15 — keypair utracony,
// stąd nowy adres na mainnet.)
declare_id!("FyTBuifdJ1u3rF2bsK2NmjzogkCbNK3KtFfZyM3CUfv1");