solana-program-library/token-lending
Jordan Sexton 4b2b87bcec
fix: burn before transfer (#1375)
2021-03-05 10:38:07 -06: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 fix: burn before transfer (#1375) 2021-03-05 10:38:07 -06: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.