aboutsummaryrefslogtreecommitdiffstats
path: root/web3-js.md
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-04-25 00:24:56 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-04-25 00:25:21 +0800
commitffb6711c71d42543dfce359a18c7e4c34bf5fe9c (patch)
treefcfb16fb8990a8683c4ccd2676fc92742701c6d6 /web3-js.md
parent14acb091800526e7dd85a9a1b44a25e7d6ecf054 (diff)
downloaddexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.gz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.bz2
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.lz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.xz
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.tar.zst
dexon-wiki-ffb6711c71d42543dfce359a18c7e4c34bf5fe9c.zip
Add documentation for tools and libraries
Diffstat (limited to 'web3-js.md')
-rw-r--r--web3-js.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/web3-js.md b/web3-js.md
index 1cbbdaf..bb7fa6d 100644
--- a/web3-js.md
+++ b/web3-js.md
@@ -1 +1,16 @@
# web3.js
+
+JavaScript library for accessing DEXON network from browser and Node.js.
+
+## Usage
+
+```bash
+# Install from npm
+> npm install web3 --save
+```
+
+Get more information for web3.js [here](https://web3js.readthedocs.io/)
+
+## Github
+
+[https://github.com/ethereum/web3.js/](https://github.com/ethereum/web3.js/)