solana-program-library/token-lending
dependabot[bot] 025b5dbc1c
build(deps-dev): bump rollup from 2.36.0 to 2.36.1 in /token-lending/js (#1041)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.0 to 2.36.1.
- [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.36.0...v2.36.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 10:22:03 +00:00
..
client lending: Add owner and host fees (#965) 2021-01-06 22:35:43 +01:00
js build(deps-dev): bump rollup from 2.36.0 to 2.36.1 in /token-lending/js (#1041) 2021-01-07 10:22:03 +00:00
program lending: Optimize liquidate and clean up dex market handling (#986) 2021-01-07 17:10:55 +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.