https://github.com/aave/aave-v3-aptos-ts-sdk
https://github.com/aave/aave-v3-aptos-ts-sdk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aave/aave-v3-aptos-ts-sdk
- Owner: aave
- Created: 2024-09-13T12:26:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T22:40:02.000Z (about 1 year ago)
- Last Synced: 2025-04-12T10:03:33.241Z (about 1 year ago)
- Language: TypeScript
- Size: 748 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# aave-v3-aptos-ts-sdk
[](https://aptos.aave.com/)


> **PREREQUISITES:**
>
> - NodeJS 20+
> - pnpm / yarn (see package.json)
Aave's typescript sdk for Aptos. Please note that it is currently under WIP!
## Installation
`aave-v3-aptos-ts-sdk` could be used as a library for frameworks or as a stand-alone bundled js file which can be easily loaded into the browser.
### Library (Node.js/React/Vue.js) usage
> npm install @aave/aave-v3-aptos-ts-sdk
### Browser usage
If you want to use `aave-v3-aptos-ts-sdk` in the browser directly, you can add the following script to your html file:
```ts
```
whereby the x.x.x is one of the available released versions.
In your code, once the script is fully loaded, just use `window.aptosSdk` to access all `aave-v3-aptos-ts-sdk` exports.
```ts
console.log("Aave Aptos Sdk ", window.aptosSdk);
```
## Documentation
- [`TypeDoc API`](https://aave.github.io/aave-v3-aptos-ts-sdk/) is available for all exported classes, interfaces and methods.
## Contributing
We welcome contributions from the community!
If you would like to contribute to `aave-v3-aptos-ts-sdk`, please read the [CONTRIBUTING file](CONTRIBUTING.md).
## License
`aave-v3-aptos-ts-sdk` is released under the [License](LICENSE).
## Powered By
`aave-v3-aptos-ts-sdk` is developed with love by Aave Labs