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 (we use Yarn but NPM should work too)
yarn
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.
yarn build
Static files will be generated inside the ./dist
dir.
yarn test