brc20-prog 0.8.1

BRC20 programmable module - Smart contract execution engine compatible with BRC20 standard
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg(feature = "server")]

mod engine;
mod evm;
mod precompiles;
mod utils;

pub use engine::BRC20ProgEngine;
pub use precompiles::validate_bitcoin_rpc_status;
pub use utils::{get_evm_address, TxInfo};