solana-program-library/token-lending
dependabot[bot] af2a117d48
Bump rollup from 2.32.1 to 2.33.1 in /token-lending/js (#772)
Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.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.32.1...v2.33.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 10:09:02 +00:00
..
js Bump rollup from 2.32.1 to 2.33.1 in /token-lending/js (#772) 2020-11-02 10:09:02 +00:00
program Update to solana v1.4.4 2020-11-01 20:48:15 -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.