bitcljoin

From Bitcoin Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


This page is a stub. Help by expanding it. bitcljoin is a Clojure wrapper for bitcoinj.

This wrapper exposes the following bitcoinj features as Clojure functions:

  • keypair generation
  • address from a keypair
  • private key import/export
  • create/load wallets from a file or in memory
  • send coins, and listen for receives
  • basic blockchain navigation (full or headers-only)
  • BIP32 Hierarchical Deterministic Key generation

Sources can be found on GitHub.