solana-program-library/token-lending
dependabot[bot] 6aa1d8cce1
Bump solana-program from 1.4.9 to 1.4.13 (#916)
Bumps [solana-program](https://github.com/solana-labs/solana) from 1.4.9 to 1.4.13.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.4.9...v1.4.13)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 12:54:42 +00:00
..
js Bump typescript from 4.0.5 to 4.1.2 in /token-lending/js (#914) 2020-12-02 10:32:59 +00:00
program Bump solana-program from 1.4.9 to 1.4.13 (#916) 2020-12-02 12:54:42 +00: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.