solana-program-library/token-lending
dependabot[bot] b50ef23133
Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 in /token-lending/js (#976)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.2.0 to 3.3.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.2.0...v3.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 12:15:19 +00:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 in /token-lending/js (#976) 2020-12-25 12:15:19 +00:00
program Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08: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.