A high-level Clojure(Script) ethereum JSON-RPC client
(ns ...
(:require [ethereum.clients.infura :as infura]
[ethereum.core :as ethereum]
[ethereum.net :as net]))
(let [client (infura/create {:network 1 :infura-id "..."})]
(ethereum/request client (net/version) println))
Development requires Deps and CLI tooling installed.
Run examples using make dev
.
Run all tests using make tests
EPL-2.0
see LICENSE