com.github.johnwalker/bitcoin-protocol

An implementation of the Bitcoin networking protocol.

Leiningen/Boot

[com.github.johnwalker/bitcoin-protocol "0.17.0"]

Clojure CLI/deps.edn

com.github.johnwalker/bitcoin-protocol {:mvn/version "0.17.0"}

Gradle

implementation("com.github.johnwalker:bitcoin-protocol:0.17.0")

Maven

<dependency>
  <groupId>com.github.johnwalker</groupId>
  <artifactId>bitcoin-protocol</artifactId>
  <version>0.17.0</version>
</dependency>