Skip to content

Commit

Permalink
Merge pull request #56 from aionnetwork/aion-web3-npm-name
Browse files Browse the repository at this point in the history
update npm package name and readme
  • Loading branch information
qoire authored Nov 16, 2018
2 parents c795b55 + 4a058eb commit b9adc81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This project contains tools for using the Web3 application programming interface

## Requirements

* **Node.js** version 8.9.1 <br/>
* **Node.js** (recommended version: 10.x+) <br/>
Download: https://nodejs.org/en/download/ <br/>
Check version by running `node -v` in a terminal.

* **npm** version 5.5.1 <br/>
* **npm** (recommended version: 6.x+) <br/>
Typically included with node installation. <br/>
Check version by running `npm -v` in a terminal.

Expand Down Expand Up @@ -42,9 +42,6 @@ Some example uses cases are available in the project [wiki](https://github.com/a
var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));
```
## Application Development
```js
var coinbase = web3.eth.coinbase;
var balance = web3.eth.getBalance(coinbase);
```
## Documentation
For API reference and tutorials, please consult our official [documentation](https://docs.aion.network/docs/web3).
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aion-web3-v1.0",
"name": "aion-web3",
"namespace": "aion",
"version": "1.0.3",
"description": "Aion JavaScript API",
Expand Down

0 comments on commit b9adc81

Please sign in to comment.