solana-program-library/token-lending
dependabot[bot] a791112fb9
Bump typescript from 4.1.2 to 4.1.3 in /token-lending/js (#978)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.2...v4.1.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 12:54:02 +00:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Bump typescript from 4.1.2 to 4.1.3 in /token-lending/js (#978) 2020-12-25 12:54:02 +00:00
program Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +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.