diff options
Diffstat (limited to 'docs/web3-js.md')
-rw-r--r-- | docs/web3-js.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/web3-js.md b/docs/web3-js.md new file mode 100644 index 0000000..341ca7f --- /dev/null +++ b/docs/web3-js.md @@ -0,0 +1,16 @@ +# web3.js + +JavaScript library for accessing Tangerine 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/) |