solana-program-library/token-lending
dependabot[bot] 7473fa0035
Bump eslint from 7.11.0 to 7.12.0 in /token-lending/js (#725)
Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.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.11.0...v7.12.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 12:28:17 +00:00
..
js Bump eslint from 7.11.0 to 7.12.0 in /token-lending/js (#725) 2020-10-26 12:28:17 +00:00
program Groom Cargo.tomls 2020-10-25 07:52:33 +00: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.