mrtnetwork / bitcoin_base

A versatile library for Bitcoin, Dogecoin, Litecoin, Dash, BSV and Bitcoin Cash. Supports P2PK, P2PKH, P2SH, P2WPKH, P2WSH, Taproot, with advanced creation, signing, and spending capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting bitcoin address type from address

Rimantovas opened this issue · comments

I think it would be good to implement an helper method that given an address string returns the right BitcoinAddress class

I think it would be good to implement an helper method that given an address string returns the right BitcoinAddress class

I've been working on it, and I'm excited to share that a good update is on the way :)

Great to hear. Also, are there any plans for supporting RPC calls instead of explorer API's?

Great to hear. Also, are there any plans for supporting RPC calls instead of explorer API's?
now plugin support Electrum API

Added support for electrum api
Added support for BitcoinSV network
Introduced classes for improved network address handling
Implemented functionalities to create, sign, spend, mint, and burn Bitcoin Cash Tokens (FT, NFT tokens)
Implemented a class for creating the Bitcoin Cash Metadata Registry (BCMR).
Utilized BIP69 ordering for enhanced transaction sorting