solana-program-library/token-lending
dependabot[bot] ecac14d7be
build(deps-dev): bump eslint from 7.19.0 to 7.20.0 in /token-lending/js (#1237)
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 11:23:19 +00:00
..
client chore: bump solana crates to 1.5.6 2021-02-11 16:30:03 -07:00
js build(deps-dev): bump eslint from 7.19.0 to 7.20.0 in /token-lending/js (#1237) 2021-02-15 11:23:19 +00:00
program chore: bump solana crates to 1.5.6 2021-02-11 16:30:03 -07: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.