Skip to content

Commit

Permalink
Merge pull request #769 from FuelLabs/archive-amm
Browse files Browse the repository at this point in the history
Archive AMM app
  • Loading branch information
SwayStar123 authored Jan 23, 2024
2 parents 354bac2 + c0e11d5 commit 24e7494
Show file tree
Hide file tree
Showing 86 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
project:
[
"airdrop",
"AMM",
"auctions/english-auction",
"counter-script",
"DAO",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ sway-applications/

#### Decentralized Finance

- [Automated Market Maker (AMM)](./AMM/) is a decentralized exchange protocol that manages liquidity pools supplied by its users and determines prices algorithmically while exchanging assets.
- [English Auction](./auctions/english-auction/) is an auction where users bid up the price of an asset until the bidding period has ended or a reserve has been met.
- [Fundraiser](./fundraiser/) is a program allowing users to pledge towards a goal.
- [OTC Swap Predicate](./OTC-swap-predicate) is a predicate that can be used to propose and execute an atomic swap between two parties without requiring any on-chain state.
Expand All @@ -76,6 +75,9 @@ sway-applications/

- [TicTacToe](./games/TicTacToe) is a game where two players compete to align three markers in a row.

#### Archive
- [Automated Market Maker (AMM)](./archive/AMM/) is a decentralized exchange protocol that manages liquidity pools supplied by its users and determines prices algorithmically while exchanging assets. It is currently archived.

## Running a project

If you wish to run any of the projects then clone this repository and go through the general [installation](https://fuellabs.github.io/sway/) steps required to use our tools.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24e7494

Please sign in to comment.