Skip to content

Commit

Permalink
Merge pull request #216 from ainblockchain/release/v1.13.2
Browse files Browse the repository at this point in the history
Upgrade version to 1.13.2
  • Loading branch information
platfowner authored Nov 28, 2024
2 parents 5870490 + 16ed0d6 commit 1e9b594
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ yarn add @ainblockchain/ain-js
```

## Examples
### A Simple Example
```
const Ain = require('./lib/ain').default;
const ain = new Ain('http://localhost:8081/', 'ws://localhost:5100/');
Expand All @@ -33,6 +34,13 @@ const accounts = ain.db.ref('/accounts').getValue().then(result => {
});
```

### More Use Cases
#### [ainize-js](https://github.com/ainize-team/ainize-js)
- [AinModule](https://github.com/ainize-team/ainize-js/blob/main/src/ain.ts)

#### [ainft-js](https://github.com/ainize-team/ainize-js)
- [AinftJs](https://github.com/ainft-team/ainft-js/blob/main/src/ainft.ts)

## Test How-To
For testing, you need a blockchain node cluster running locally.
1. Clone AIN Blockchain and install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ainblockchain/ain-js",
"version": "1.13.1",
"version": "1.13.2",
"description": "",
"main": "lib/ain.js",
"scripts": {
Expand Down

0 comments on commit 1e9b594

Please sign in to comment.