Registry / crypto / cosmos-btcutil

cosmos-btcutil

JSON →
library1.0.5gogounverified

Package btcutil provides bitcoin-specific convenience functions and types for blocks, transactions, and addresses.

go get github.com/cosmos/btcutil
INSTALL
IMPORT
SIG · COSMOS-BTCUTIL
C
cosmos-btcutil
cryptogov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

btcutil
github.com/cosmos/btcutil

Decodes a Bitcoin address and prints it.

package main import ( "fmt" "github.com/cosmos/btcutil" ) func main() { addr, _ := btcutil.DecodeAddress("1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", &btcutil.MainNetParams) fmt.Println(addr.EncodeAddress()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
cosmos-btcutil — go get cosmos-btcutil · libregistry