solana-program-library/token-lending
Justin Starry e360fc9e4f
lending: Add upgradable loader to genesis accounts creation (#1048)
* wip

* lending: Add upgradable loader to genesis accounts creation

* clippy

* fix warning
2021-01-10 08:37:27 +08:00
..
client lending: Add owner and host fees (#965) 2021-01-06 22:35:43 +01:00
js lending: Add version and padding to state structs (#1043) 2021-01-08 11:39:06 +01:00
program lending: Add upgradable loader to genesis accounts creation (#1048) 2021-01-10 08:37:27 +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.