Skip to content

rocketbc/dex-react

 
 

Repository files navigation

npm version   Build Status   Coverage Status

Develop:   Build Status   Coverage Status

Gnosis Protocol Web

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

📚 Wiki

Learn more about Gnosis Protocol 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 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 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.

🦺 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.4%
  • Other 0.4%