Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Anxo Rodriguez edited this page Jul 29, 2020 · 15 revisions

Gnosis Protocol Web is an Open Source interface for Gnosis Protocol.

Gnosis Protocol is a fully permissionless DEX that enables ring trades to maximize liquidity. Read more here

๐Ÿ”ช Forks

Anyone project forking the web has to:

  • ๐Ÿ“„ Setup it's own config: Make sure you understand all the possible configurations
  • ๐Ÿ†” Select it's own App ID: The configuration requires to have a different App ID for every fork. Check out which is the next available ID and edit the wiki page.

Also, may be interested in:

  • ๐Ÿค–Telegram Bot: Companion Telegram bot for the web, that allows to create your own channel for notifications about new orders in the protocol. The messages include a link to fill the order using a configurable link to the forked web.
  • โž•List tokens in Gnosis Protocol: Anyone can list any token compliant with the ERC-20 technical standard. For a token to be tradeable on the protocol, first it must be listed. Once listed on the protocol, a token cannot be unlisted.
  • ๐Ÿ’น Setup a Custom Market Maker - CMM: allows you to set multiple limit orders at custom price brackets and passively provide liquidity on Gnosis Protocol
  • ๐Ÿ”„ PRs Accepted: Remember to bring back functionality to the community. Code in form of PRs are really appreciated for the web.

๐Ÿ“šLearn more about Gnosis Protocol

  • Developer portal: Web with an introduction to the protocol, use cases, documentation and some useful tutorials
  • Smart Contract: Smart Contracts for the protocol

๐Ÿ›  Tools / APIs: Query/Operate in Gnosis Protocol

๐Ÿ‘€ 3rd party integrations: Data in Gnosis Protocol

๐Ÿ’ถ Prices and order book

โš ๏ธ The endpoints above, require to specify the market as <base_token>-<quote_token>, and the token need to be pre-registered in Gnosis Protocol. The token is specified by it's ID. To get the ID of any listed token, read here.

๐Ÿค– Solvers

Clone this wiki locally