solana-program-library/token-lending
Jon Cinque 747252466c
Bump compute budget for flaky test (#1381)
2021-03-05 01:50:08 +01:00
..
client Update solana-program to 1.5.11 (#1362) 2021-03-02 19:19:50 +01:00
js build(deps-dev): bump eslint from 7.20.0 to 7.21.0 in /token-lending/js (#1351) 2021-03-02 11:13:41 +00:00
program Bump compute budget for flaky test (#1381) 2021-03-05 01:50:08 +01: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.