Difference between revisions of "Bitcljoin"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} {{stub}} bitcljoin is a Clojure wrapper for bitcoinj. This wrapper exposes the following bitcoinj features as Clojure functions: * keypair generation * addr...")
 
(No difference)

Latest revision as of 16:36, 29 March 2014


Hashbtc.jpgThis 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.