solana-program-library/token-lending
dependabot[bot] 11930dd0a6
Bump @types/eslint from 7.2.5 to 7.2.6 in /token-lending/js (#924)
Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 08:55:04 +08:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Bump @types/eslint from 7.2.5 to 7.2.6 in /token-lending/js (#924) 2021-01-04 08:55:04 +08:00
program lending: Add test to generate and optionally dump genesis accounts (#967) 2020-12-28 19:15:50 +01: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.