solana-program-library/token-lending
dependabot[bot] 4930e7fab1
Bump eslint-config-prettier from 6.13.0 to 6.14.0 in /token-lending/js (#688)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.13.0...v6.14.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-22 10:14:20 +00:00
..
js Bump eslint-config-prettier from 6.13.0 to 6.14.0 in /token-lending/js (#688) 2020-10-22 10:14:20 +00:00
program Update SDK version to v1.3.17 (#649) 2020-10-19 18:07:45 +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.