solana-program-library/token-lending
dependabot[bot] 06a4d8810a
Bump @types/node from 14.14.10 to 14.14.16 in /token-lending/js (#980)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.10 to 14.14.16.
- [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>
Co-authored-by: Justin Starry <justin@solana.com>
2020-12-28 09:14:53 +00:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Bump @types/node from 14.14.10 to 14.14.16 in /token-lending/js (#980) 2020-12-28 09:14:53 +00:00
program Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
README.md Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00

README.md

Token-lending program

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

Full documentation is available at https://spl.solana.com/token-lending

Web3 bindings are available in the ./js directory.