solana-program-library/token-lending
dependabot[bot] e49201b420
Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 in /token-lending/js (#918)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.2.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.4...v3.2.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-03 10:37:57 +00:00
..
js Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 in /token-lending/js (#918) 2020-12-03 10:37:57 +00:00
program Upgrade to Solana v1.4.14 2020-12-03 05:39:55 +00:00
README.md Fix broken stake-pool docs link and make readme's consistent (#805) 2020-11-06 09:15:27 +08:00

README.md

Token-lending program

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

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

Web3 bindings are available in the ./js directory.