solana-program-library/token-lending
dependabot[bot] cdfe7cc51d
build(deps-dev): bump rollup from 2.37.1 to 2.38.0 in /token-lending/js (#1123)
Bumps [rollup](https://github.com/rollup/rollup) from 2.37.1 to 2.38.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.37.1...v2.38.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 10:47:59 +00:00
..
client lending: Add owner to lending market (#1077) 2021-01-15 18:14:49 +08:00
js build(deps-dev): bump rollup from 2.37.1 to 2.38.0 in /token-lending/js (#1123) 2021-01-26 10:47:59 +00:00
program lending: Handle the lost funds from defaulted loans (#1118) 2021-01-22 20:04:20 +08:00
README.md

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.