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
Learn more about Gnosis Protocol v1 Web in the wiki.
# 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.
yarn build
Static files will be generated inside the ./dist
dir.
yarn test
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.
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.
App is currently compatible with Mainnet, Rinkeby, and xDAI. Please refer to the wiki for further information.
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.