From 0cae9c3c1b46c3323c6e217c7bb709cff92960b7 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Tue, 30 Sep 2014 22:55:07 +0200
Subject: [PATCH] Readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

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.**
-- 
GitLab