brc20-prog 0.15.3

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

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

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