cloth

Clojure(Script) tools for Ethereum

Leiningen/Boot

[cloth "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

cloth/cloth {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("cloth:cloth:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>cloth</groupId>
  <artifactId>cloth</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>