solana-program-library/token-lending
Jon Cinque b2712c6c2f
lending: Add user transfer authority for all instructions (#1034)
* Add user transfer authority to deposit

* Add user transfer authority to withdraw

* Add user transfer authority to borrow

* Add user transfer authority to repay

* Add user transfer authority to liquidate

* Add user transfer authority to init reserve

* Cargo fmt

* Fix client

* Cargo fmt again
2021-01-06 20:55:56 +01:00
..
client lending: Add user transfer authority for all instructions (#1034) 2021-01-06 20:55:56 +01:00
js build(deps-dev): bump rollup from 2.35.1 to 2.36.0 in /token-lending/js (#1036) 2021-01-06 10:44:40 +00:00
program lending: Add user transfer authority for all instructions (#1034) 2021-01-06 20:55:56 +01: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.