UNPKG

@okxweb3/coin-bitcoin

Version:

@ok/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.

11 lines (10 loc) 303 B
export * from './BtcWallet'; export * from './BchWallet'; export * from './BsvWallet'; export * from './DogeWallet'; export * from './LtcWallet'; export * from './UsdtWallet'; export * from './RuneWallet'; export * from './RuneMainWallet'; export * from './AtomicalWallet'; export * from './CatWallet';