Skip to content

ChayanDass/gobtc-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

work in progress!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages