Skip to content

Commit

Permalink
Move API doc link to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Nov 26, 2024
1 parent 89513e5 commit 6945113
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ain-js

AI Network Blockchain SDK for javascript (or typescript).

## API Documentation
API documentation is available at https://ainblockchain.github.io/ain-js/.

## Installation
```
yarn add @ainblockchain/ain-js
```


## Examples
```
const Ain = require('./lib/ain').default;
Expand Down Expand Up @@ -55,11 +55,6 @@ yarn run test
yarn run test_snapshot # update test snapshot files
```


## API Documentation

API documentation is available at https://ainblockchain.github.io/ain-js/.

## LICENSE

MPL-2.0

0 comments on commit 6945113

Please sign in to comment.