diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-01 04:55:07 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-01 04:55:07 +0800 |
commit | 0cae9c3c1b46c3323c6e217c7bb709cff92960b7 (patch) | |
tree | 24f560d250e01f5463314c0e5087af3e0a47be8c | |
parent | 68ccbefc94e9c24684ccbe9a520aeb13aff0a067 (diff) | |
download | dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.gz dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.bz2 dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.lz dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.xz dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.tar.zst dexon-0cae9c3c1b46c3323c6e217c7bb709cff92960b7.zip |
Readme
-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.** |