Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

feat(sdk): extract and publish aave-v3 sdk #44

@akanoce

Description

@akanoce

Given the current setup, we can easily extract the getter and builder methods inside the hooks in a dedicated package to be published under the name of aave-v3 or aave-v3-js

It's gonna work something like this

const v3 = AaveV3(chainId, provider, signer);

const reserves = v3.getReserves()

const receipt = v3.supply(reserve, amount, waitForConfirmation?);

The benefit of this is increased DX when developing on pure JS (also node and similar environments)

The package, is gonna handle automatic address resolutions based on the chainId, and using provider/signer to get/send data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions