Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds DefiSafety badge to README.md. #10

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: "18.15"
Expand Down
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

npmPublishRegistry: "https://npm.pkg.github.com"

npmScopes:
term-finance:
npmAlwaysAuth: true
npmAuthToken: "${NODE_AUTH_TOKEN:-}"
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.0.0.cjs
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TermFinance Smart Contracts

[<img alt="DeFiSafety Badge" width="96px" align="right" src="images/defisafetyscore.svg" />](https://defisafety.com/app/pqrs/576)

![TermFinance CI](https://github.com/term-finance/term-finance-contracts/actions/workflows/ci.yml/badge.svg?branch=main)

[![codecov](https://codecov.io/gh/term-finance/term-finance-contracts/graph/badge.svg?token=rSmJK0e9nG)](https://codecov.io/gh/term-finance/term-finance-contracts) [![CI](https://github.com/term-finance/term-finance-contracts/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/term-finance/term-finance-contracts/blob/main/.github/workflows/ci.yml)

Term Finance is a noncustodial fixed-rate liquidity protocol modeled on tri-party repo arrangements common in traditional finance (TradFi). Liquidity suppliers and takers are matched through a unique weekly auction process where liquidity takers submit bids and suppliers submit offers to the protocol, which then determines an interest rate that clears the market. Bidders who bid more than the clearing rate receive liquidity and lenders asking less than the clearing rate, supply. All other participants’ bids and offers are said to be “left on the table.”
Expand Down
56 changes: 56 additions & 0 deletions images/defisafetyscore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading