1
0
Fork 0
forked from forks/go-ethereum
Go implementation of the Ethereum protocol. Modified to send eth_calls with "data" instead of "input"
Find a file
2014-09-30 22:55:07 +02:00
.gitignore init 2014-09-30 22:51:53 +02:00
ethereum.js init 2014-09-30 22:51:53 +02:00
index.html init 2014-09-30 22:51:53 +02:00
README.md Readme 2014-09-30 22:55:07 +02:00

Ethereum JavaScript API

This is the Ethereum compatible JavaScript API implemented using WebSocket and Promises.

For an example see index.html.

Please note this repo is in it's early stage.