solana-program-library/token-lending
dependabot[bot] 660ee61449
Bump rollup from 2.33.1 to 2.34.0 in /token-lending/js (#898)
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.34.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.33.1...v2.34.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 10:33:46 +00:00
..
js Bump rollup from 2.33.1 to 2.34.0 in /token-lending/js (#898) 2020-11-30 10:33:46 +00:00
program Bump solana version to v1.4.9 2020-11-17 20:02:17 -08: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.