solana-program-library/token-lending
dependabot[bot] 65043bac6b
Bump @solana/web3.js from 0.84.1 to 0.86.2 in /token-lending/js (#758)
Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.84.1 to 0.86.2.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](https://github.com/solana-labs/solana-web3.js/compare/v0.84.1...v0.86.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-01 19:09:00 +08:00
..
js Bump @solana/web3.js from 0.84.1 to 0.86.2 in /token-lending/js (#758) 2020-11-01 19:09:00 +08:00
program Groom Cargo.tomls 2020-10-25 07:52:33 +00: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.