diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
commit | 3270b432bcb007944e3b6e17329b062cb6b7da78 (patch) | |
tree | 197238043b4e4e7e5b20c2d985961e863fe52a92 /README.md | |
parent | bd14b4d23e5eaaf5359b73a2744727df5624ab97 (diff) | |
download | dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.gz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.bz2 dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.lz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.xz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.zst dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.zip |
Refactoring
Removed browser fixes
Updated gulp to bypass native browser objects
Added source map for dist
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,13 +7,13 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge [![browser support](https://ci.testling.com/cubedro/ethereum.js.png)](https://ci.testling.com/cubedro/ethereum.js) -### Installation +## Installation -## Node.js +### Node.js npm install ethereum.js -## For browser +### For browser Bower bower install ethereum.js @@ -25,7 +25,7 @@ Component * Include `ethereum.min.js` in your html file. * Include [es6-promise](https://github.com/jakearchibald/es6-promise) or another ES6-Shim if your browser doesn't support ECMAScript 6. -### Usage +## Usage Require the library: var web3 = require('web3'); @@ -50,7 +50,7 @@ web3.eth.coinbase.then(function(result){ For another example see `example/index.html`. -### Building +## Building * `gulp build` |