From ffb6711c71d42543dfce359a18c7e4c34bf5fe9c Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Thu, 25 Apr 2019 00:24:56 +0800 Subject: Add documentation for tools and libraries --- web3-js.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'web3-js.md') 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/) -- cgit v1.2.3