solana-program-library/token-lending
Michael Vines 80e29ef6b9 Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
..
js Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
program Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
README.md SPL token lending scaffolding (#582) 2020-10-09 13:29:51 +08:00

README.md

Lending program

A lending protocol for the Token program on the Solana blockchain inspired by Aave.

Full documentation will be made available at https://spl.solana.com in the future

Web3 bindings are available in the ./js directory.