Skip to content

Commit

Permalink
Merge pull request #4 from hbibkrim/update-api
Browse files Browse the repository at this point in the history
Update api and build process
  • Loading branch information
Ejhfast authored Aug 7, 2017
2 parents 469d2f0 + cf15dde commit fc077a2
Show file tree
Hide file tree
Showing 7 changed files with 12,491 additions and 19,847 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Special thanks to [neowallet.js](https://github.com/neochainio/neowallet/blob/ma
Take a look at the tests to find examples for all API functions.

```javascript
import * as api from '../src/api';
import * as api from 'neon-js';

const testKeys = {
a: {
Expand Down Expand Up @@ -52,3 +52,8 @@ npm run test
```
npm run build
```

### To import
```
npm install --save git+https://github.com/CityOfZion/neon-js.git
```
Loading

0 comments on commit fc077a2

Please sign in to comment.