Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

hindol/cljc-quorum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljc-quorum

cljc-quorum is a Clojure(Script) library to talk to Quorum over it's JSON-RPC interface.

Clojars Project

Usage

Very early stage. Do not use (yet)!

(require 'cljc-quorum.eth)
(def connection {:base-url "http://localhost:8545"})
(cljc-quorum.eth/block-number connection)

About

Clojure(Script) wrapper around Ethereum's JSON-RPC (works with Quorum)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published