Cloth attempts to emulate the web3.js library for writing both browser and
server side apps interacting with the Ethereum blockchain.

https://github.com/pelle/cloth

It allows you to:

- Create Ethereum Keypairs
- Create and send transactions to the blockchain
- Query the blockchain for blocks/transactions etc
- Compile Solidity Smart contracts
- Creates clojure bindings to functions in your Solidity Smart Contracts
- Blockchain interaction through a JSON-RPC node

My plan is to add support for EthereumJ which will allow you to run a full
Ethereum node in a JVM.

The library uses Funcool's Promesa library which allows you to compose
multiple steps into a single function. I find this works great for complex
applications.



-- 
*http://stakeventures.com <http://stakeventures.com>*

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to