diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..c777013d0 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Ethereum JavaScript API + +This is the Ethereum compatible JavaScript API implemented using +`WebSocket` and `Promise`s. + +For an example see `index.html`. + +**Please note this repo is in it's early stage.** |