solana-program-library/token-lending
dependabot[bot] d5431db289
Bump @types/node from 14.11.5 to 14.11.8 in /token-lending/js (#592)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.5 to 14.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 09:29:34 +00:00
..
js Bump @types/node from 14.11.5 to 14.11.8 in /token-lending/js (#592) 2020-10-09 09:29:34 +00:00
program SPL token lending scaffolding (#582) 2020-10-09 13:29:51 +08:00
README.md SPL token lending scaffolding (#582) 2020-10-09 13:29:51 +08:00

README.md

Lending program

A lending protocol for the Token program on the Solana blockchain inspired by Aave.

Full documentation will be made available at https://spl.solana.com in the future

Web3 bindings are available in the ./js directory.