Skip to content

Commit 1e9b594

Browse files
authored
Merge pull request #216 from ainblockchain/release/v1.13.2
Upgrade version to 1.13.2
2 parents 5870490 + 16ed0d6 commit 1e9b594

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ yarn add @ainblockchain/ain-js
1010
```
1111

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

37+
### More Use Cases
38+
#### [ainize-js](https://github.com/ainize-team/ainize-js)
39+
- [AinModule](https://github.com/ainize-team/ainize-js/blob/main/src/ain.ts)
40+
41+
#### [ainft-js](https://github.com/ainize-team/ainize-js)
42+
- [AinftJs](https://github.com/ainft-team/ainft-js/blob/main/src/ainft.ts)
43+
3644
## Test How-To
3745
For testing, you need a blockchain node cluster running locally.
3846
1. Clone AIN Blockchain and install

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ainblockchain/ain-js",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"description": "",
55
"main": "lib/ain.js",
66
"scripts": {

0 commit comments

Comments
 (0)