aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-01 04:55:07 +0800
committerobscuren <geffobscura@gmail.com>2014-10-01 04:55:07 +0800
commit0cae9c3c1b46c3323c6e217c7bb709cff92960b7 (patch)
tree24f560d250e01f5463314c0e5087af3e0a47be8c
parent68ccbefc94e9c24684ccbe9a520aeb13aff0a067 (diff)
downloaddexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.gz
dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.zst
dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.zip
Readme
-rw-r--r--README.md8
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.**