New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aave/aave-v3-aptos-ts-sdk

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aave/aave-v3-aptos-ts-sdk

Aave's typescript sdk for Aptos

  • 0.0.28
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

aave-v3-aptos-ts-sdkNode CI

check-code-coverage

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:

<script
    type="text/javascript"
    src="https://cdn.jsdelivr.net/npm/@aave/aave-v3-aptos-ts-sdk@x.x.x/bundle.js"
></script>

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.

<script>console.log("Aave Aptos Sdk ", window.aptosSdk);</script>

Documentation

  • [TypeDoc API] 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.

License

aave-v3-aptos-ts-sdk is released under the License.

Powered By

aave-v3-aptos-ts-sdk is developed with love by Aave Labs

Keywords

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc