Gnosis Protocol 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 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 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 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 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.
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.