-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from morpho-org/docs/readme
Readme and fix license
- Loading branch information
Showing
3 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Morpho Blue IRM | ||
# Morpho Blue IRMs | ||
|
||
Some interest rate models for Morpho Blue: | ||
|
||
- [AdaptiveCurveIRM](src/AdaptiveCurveIrm.sol) | ||
|
||
## Resources | ||
|
||
- AdaptiveCurveIRM: [documentation](https://www.notion.so/morpho-labs/Morpho-Blue-Documentation-Hub-External-00ff8194791045deb522821be46abbdc?pvs=4#d8269074bfd649009f28625a9caa38ea), [announcement article](https://morpho.mirror.xyz/aaUjIF85aIi5RT6-pLhVWBzuiCpOb4BV03OYNts2BHQ). | ||
|
||
## Audits | ||
|
||
All audits are stored in the [audits](./audits/)' folder. | ||
All audits are stored in the [audits](audits)' folder. | ||
|
||
## Getting started | ||
|
||
Install dependencies: `forge install` | ||
|
||
Run tests: `forge test` | ||
|
||
## Licenses | ||
|
||
The primary license is MIT, see [LICENSE](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters