Skip to content

Commit

Permalink
docs: add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mantricjavier authored Dec 16, 2024
1 parent 09df203 commit 2ef885d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MANTRA DEX

MANTRA DEX is a decentralized exchange (DEX) protocol that allows for permissionless pool and farm creation. The protocol
is built around singleton contracts, which makes it easier to manage and integrate with other protocols.

## Getting started

To get started with MANTRA DEX, please go through the [contributing guide](./docs/CONTRIBUTING.md) to see the
Expand All @@ -8,12 +11,10 @@ different ways to contribute to the project.
## Resources

1. [Website](https://mantra.zone/)
2. [Docs]()
2. [Docs](https://docs.mantrachain.io/mantra-smart-contracts/mantra_dex)

## Architecture

The protocol is built around singleton contracts, which makes it easier to manage and integrate with other protocols.

The following is the architecture of MANTRA DEX, and a general description of each contract:

```mermaid
Expand Down

0 comments on commit 2ef885d

Please sign in to comment.