Skip to content

Commit

Permalink
Update token lending readme (solana-labs#54)
Browse files Browse the repository at this point in the history
* Update token lending readme

* project root README.md update

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
0xodia authored Jan 11, 2022
1 parent 0c8b270 commit d653e87
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

[<img width="200" alt="Screen Shot 2022-01-09 at 5 54 30 PM" src="https://user-images.githubusercontent.com/89805726/148710356-a6cdb798-934a-459d-b795-d4a1099168db.png">](https://dev.solend.fi/).

# Solana Program Library

The Solana Program Library (SPL) is a collection of on-chain programs targeting
Expand Down
16 changes: 11 additions & 5 deletions token-lending/README.md
Original file line number Diff line number Diff line change
@@ -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.

[
<img width="200" alt="Screen Shot 2022-01-09 at 5 54 30 PM" src="https://user-images.githubusercontent.com/89805726/148710356-a6cdb798-934a-459d-b795-d4a1099168db.png">](https://dev.solend.fi/).

Web3 bindings are available in the `./js` directory.

### On-chain programs

Expand Down Expand Up @@ -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.
1. Use the [Token Lending CLI](./cli/README.md) to create a lending market and add reserves to it.

0 comments on commit d653e87

Please sign in to comment.