solana-program-library/token-lending
Justin Starry fceb120ff0
lending: Adjust borrow rate config validation (#1105)
2021-01-21 21:08:15 +08:00
..
client lending: Add owner to lending market (#1077) 2021-01-15 18:14:49 +08:00
js build(deps): bump @solana/web3.js in /token-lending/js (#1111) 2021-01-21 10:25:14 +00:00
program lending: Adjust borrow rate config validation (#1105) 2021-01-21 21:08:15 +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.