0.0.49 • Published 5 months ago

@aave/aave-v3-aptos-ts-sdk v0.0.49

Weekly downloads
-
License
(Copyright All Ri...
Repository
github
Last release
5 months ago

aave-v3-aptos-ts-sdk

Node 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

0.0.40

6 months ago

0.0.41

6 months ago

0.0.42

6 months ago

0.0.43

6 months ago

0.0.44

6 months ago

0.0.45

5 months ago

0.0.46

5 months ago

0.0.47

5 months ago

0.0.37

8 months ago

0.0.38

8 months ago

0.0.39

6 months ago

0.0.30

8 months ago

0.0.31

8 months ago

0.0.32

8 months ago

0.0.33

8 months ago

0.0.34

8 months ago

0.0.35

8 months ago

0.0.36

8 months ago

0.0.26

11 months ago

0.0.27

11 months ago

0.0.28

10 months ago

0.0.29

8 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

12 months ago

0.0.23

12 months ago

0.0.24

11 months ago

0.0.25

11 months ago

0.0.48

5 months ago

0.0.49

5 months ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago