airswap / airswap-otc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

explorer UI

AirSwap OTC

Discord License Twitter Follow

AirSwap is a peer-to-peer trading network for Ethereum tokens. Peers connect based on common interest, agree on a price through mutual cryptographic signatures, and settle trades without intermediaries. AirSwap OTC is an open-source interface to perform over-the-counter (OTC) swaps with known counterparties.

Resources

Website → https://www.airswap.io/

About → https://about.airswap.io/

Twitter → https://twitter.com/airswap?lang=en

Discord → https://chat.airswap.io

Run Locally

This repository uses .nvmrc to manage node version, so run nvm install before yarn to make sure you are running the correct node version.

yarn install

Install dependencies required to run the app.

yarn start:dev or yarn start:prod

Runs the app locally against development or production environment. Add a network query parameter corresponding to different chainIds to access different networks.

yarn locale

Re-generates locale messages.

Important Notes

  • .babelrc is used for extract-react-intl-messages only. The dev webpack babel config is loaded inside config-overrides, and the storybook babel config is loaded inside .storybook/webpack.config.js
  • We're currently injecting extra babel plugins inside the react-scripts webpack configs instead of using babelrc to preserve the react-scripts additions

About


Languages

Language:TypeScript 99.1%Language:HTML 0.8%Language:JavaScript 0.1%Language:Shell 0.0%