solana-program-library/token-lending
dependabot[bot] 67b2b59729
Bump ts-node from 9.0.0 to 9.1.1 in /token-lending/js (#969)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.0.0 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.0.0...v9.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 10:42:24 +00:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Bump ts-node from 9.0.0 to 9.1.1 in /token-lending/js (#969) 2020-12-25 10:42:24 +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.