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 Explorer is an open-source interface to monitor real-time activity on the AirSwap network.
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.
E.x. 'https://localhost:3001/?network=4' will show Rinkeby Network data.
Re-generates locale messages.
Contributions are encouraged! Simply fork this repository or create a new branch and open a pull request.