Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

gnosis/gp-v1-ui

Repository files navigation

npm version   Build Status   Coverage Status

Develop:   Build Status   Coverage Status

Gnosis Protocol v1 Web

IMPORTANT: This repository is for the legacy Gnosis Protocol v1 For the protocol latest version UI go to: https://github.com/gnosis/gp-ui

Gnosis Protocol v1 Web is the first dapp built on the Gnosis Protocol.

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

Gnosis Protocol v1 Web allows users to:

  • Create orders in Gnosis Protocol
  • See the balances for any token: available in their wallet and on the exchange
  • Deposit and withdraw tokens to/from the exchange wallet

📚 Wiki

Learn more about Gnosis Protocol v1 Web in the wiki.

🏃‍♀️ Run it locally

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

# Start dev server in http://localhost:8080
yarn start

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

👷‍♀️Build app

yarn build

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

🧪 Run tests

yarn test

🍴Fork it

Gnosis Protocol v1 Web can be forked, this way any project can use its own token list, rebrand it, add new pages or modify the existing ones.

Read more here.

🎩 Customizing components

Gnosis Protocol v1 Web allows to redefine any React component, so you can add new pages, modify the existing ones, or modify the layout and styles.

Learn about customizing components here.

🖧 Supported networks

App is currently compatible with Mainnet, Rinkeby, and xDAI. Please refer to the wiki for further information.

🦺 Testnet faucets

Test faucets allow to get some tokens for using them in a testnet.

Gnosis Protocol is deployed and fully functional in Rinkeby testnet.

Read more here.