Skip to content

Commit

Permalink
chore(sdk-example): update examples in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo committed Aug 20, 2024
1 parent d57ac78 commit c06b0eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

Documents:

- [Basic-SDK Integration Tutorial](https://docs.rango.exchange/api-integration/basic-api-single-step/tutorial/sdk-example)
- [Basic-SDK Reference](https://docs.rango.exchange/api-integration/basic-api-single-step/api-reference)
- [Multiple-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
- [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples)
- [Basic-SDK Integration Tutorial](https://docs.rango.exchange/api-integration/basic-api-single-step/tutorial/sdk-example)

## Basic SDK (Single Step Tx)

Expand Down
6 changes: 6 additions & 0 deletions packages/rango-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
# or
npm install rango-sdk --save
```

## Usage

- [Main-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
- Examples
- [EVM Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-evm/)

0 comments on commit c06b0eb

Please sign in to comment.