solana-program-library/token-lending
Justin Starry 8004e436f7
lending: Split state module (#1082)
2021-01-17 07:41:03 +00: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 (#1080) 2021-01-15 10:22:41 +00:00
program lending: Split state module (#1082) 2021-01-17 07:41:03 +00: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.