@okxweb3/coin-bitcoin
Version:
@okxweb3/coin-bitcoin is a Bitcoin SDK for building Web3 wallets and applications. It supports BTC, BSV, DOGE, LTC, and TBTC, enabling private key management, transaction signing, address generation, and inscriptions like BRC-20, Runes, CAT, and Atomicals
12 lines (11 loc) • 460 B
TypeScript
import * as address from './address';
import * as crypto from './crypto';
import * as networks from './networks';
import * as payments from './payments';
import * as script from './script';
import * as bip0322 from './bip0322';
import * as psbt from './psbt';
export { address, crypto, networks, payments, script, bip0322, psbt };
export { Transaction } from './transaction';
export { Network } from './networks';
export { BufferWriter } from './bufferutils';