Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

gnosis/gp-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod ready-to-code

Coverage Status

Develop: Coverage Status

Gnosis Protocol UI

Gnosis Protocol UI contains some reusable components for Gnosis Protocol (🚨 WARNING: the doc may still refer to v1 of the protocol).

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

Gnosis Protocol UI contains:

  • Explorer: Gnosis Protocol explorer. Allows you to explore the protocol orders and trades. For now Explorer is a WIP 👷‍♀️.
  • Trade: Classical trading interface. For now it is just a WIP 👷‍♀️.
  • Legacy GP v1 UI: Trading interface for Gnosis Protocol v1. It's the only app that is not generated automatically, but it can be run/built by following the instructions in this readme.
  • Story Book: Showcases some of the components used in these apps.

🧪 Install dependencies

# Install dependencies (we use Yarn but NPM should work too)
yarn

🏃‍♀️ Run it locally

Make sure you installed the dependencies first

App Description Run Notes
Explorer Gnosis Protocol Explorer. It's the default app yarn start or yarn start:explorer
Safe Swap Gnosis Safe's Swap UI yarn start:safe-swap 🚧 WIP: Under construction
Trade UI Classical trading UI yarn start:trade 🚧 WIP: Just a not working prototype
GP v1 Swap Swap UI for Gnosis Protocol v1 yarn start:gp-v1

Open http://localhost:8080 in your browser.

👷‍♀️ Build app

yarn build

Static files will be generated inside the ./dist dir.

🧪 Run tests

yarn test