diff --git a/README.md b/README.md index 83b3ab77848..92785097b95 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ +# Solana Lending Program + + +The Solend lending protocol is based on the token-lending program authored by [Solana labs](https://github.com/solana-labs/solana-program-library). The Solend implementation can be found [here](https://github.com/solendprotocol/solana-program-library/tree/mainnet/token-lending/audit). + [![Build status][travis-image]][travis-url] [travis-image]: https://travis-ci.org/solana-labs/solana-program-library.svg?branch=master [travis-url]: https://travis-ci.org/solana-labs/solana-program-library +## Contributing/Building + +The Solend protocol is open source with a focus on developer friendliness and integrations. + +Solend is made for developers to build on top of. Check out our developer portal to get involved. + +[Screen Shot 2022-01-09 at 5 54 30 PM](https://dev.solend.fi/). + # Solana Program Library The Solana Program Library (SPL) is a collection of on-chain programs targeting diff --git a/token-lending/README.md b/token-lending/README.md index 8e0f116cc04..74ba9739353 100644 --- a/token-lending/README.md +++ b/token-lending/README.md @@ -1,10 +1,16 @@ -# Token Lending program +# Solend Lending program -A lending protocol for the Token program on the Solana blockchain inspired by Aave and Compound. +The Solend lending protocol is based on the token-lending program authored by [Solana labs](https://github.com/solana-labs/solana-program-library). -Full documentation is available at https://spl.solana.com/token-lending +## Contributing/Building + +The Solend protocol is open source with a focus on developer friendliness and integrations. + +Solend is made for developers to build on top of. Check out our developer portal to understand more and get involved. + +[ +Screen Shot 2022-01-09 at 5 54 30 PM](https://dev.solend.fi/). -Web3 bindings are available in the `./js` directory. ### On-chain programs @@ -113,4 +119,4 @@ This is optional! You can skip these steps and use the [Token Lending CLI](./cli ``` You'll use this for initial reserve liquidity. Note the SPL Token account pubkey (e.g. `AJ2sgpgj6ZeQazPPiDyTYqN9vbj58QMaZQykB9Sr6XY`). -1. Use the [Token Lending CLI](./cli/README.md) to create a lending market and add reserves to it. \ No newline at end of file +1. Use the [Token Lending CLI](./cli/README.md) to create a lending market and add reserves to it.