Collections of hooks and providers to make development on top of the aave contracts and pools a breeze.
yarn
yarn dev
The core hooks and logics of the sdk are located unders /packages/react-sdk
.
While running yarn dev
, any edit to the files should be reflected in real-time in the example apps.
This repo uses conventional commits via commitlint. commitlint is enforced via an husky pre-commit hook.
This means all the commits have to follow a specific structure like:
- feat(sdk): add new feature;
- fix(vite-app): avoid re-render;