solana-program-library/token-lending
Justin Starry 891b6794f3
Introduce SPL Token Lending (#696)
* Add spl-token-lending

* lending-client

* cargo clippy

* Limit bpf tests

* Enable lending bpf tests

* Remove obligation signer requirement

* Fix token lending js cli test

* Fix
2020-12-19 08:17:07 +08:00
..
client Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
js Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
program Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +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.