airswap / airswap-explorer

AirSwap Analytics Explorer

Home Page:https://explorer.airswap.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

explorer UI

AirSwap Explorer

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 Explorer is an open-source interface to monitor real-time activity on the AirSwap network.

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. E.x. 'https://localhost:3001/?network=4' will show Rinkeby Network data.

yarn locale

Re-generates locale messages.

Contributions

Contributions are encouraged! Simply fork this repository or create a new branch and open a pull request.

About

AirSwap Analytics Explorer

https://explorer.airswap.io/


Languages

Language:TypeScript 96.2%Language:HTML 2.3%Language:SCSS 1.2%Language:JavaScript 0.3%