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.
Website → https://www.airswap.io/
About → https://about.airswap.io/
Twitter → https://twitter.com/airswap?lang=en
Discord → https://chat.airswap.io
This repository uses .nvmrc to manage node version, so run nvm install
before yarn
to make sure you are running the correct node version.
Install dependencies required to run the app.
Runs the app locally against development or production environment. Add a network
query parameter corresponding to different chainIds to access different networks.
Re-generates locale messages.
.babelrc
is used forextract-react-intl-messages
only. The dev webpack babel config is loaded insideconfig-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