Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 674 Bytes

File metadata and controls

25 lines (17 loc) · 674 Bytes

Go Reference

GoBTC Library

GoBTC is a lightweight Go library for Bitcoin wallet management and key handling.
Currently, only legacy wallets (P2PKH) are supported.


Features

  • Generate new private keys
  • Derive public keys from private keys
  • Export/import private keys in WIF (Wallet Import Format)
  • Generate Bitcoin addresses (legacy P2PKH)
  • Human-readable key serialization
  • Go-native BN-like handling for private key scalars (ModNScalar)

Installation

Install via go get:

go get github.com/ChayanDass/gobtc-lib