clj-btc

Clojure bindings for the original (C++) Bitcoin Client

Leiningen/Boot

[clj-btc "0.11.2"]

Clojure CLI/deps.edn

clj-btc/clj-btc {:mvn/version "0.11.2"}

Gradle

implementation("clj-btc:clj-btc:0.11.2")

Maven

<dependency>
  <groupId>clj-btc</groupId>
  <artifactId>clj-btc</artifactId>
  <version>0.11.2</version>
</dependency>