Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.55 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.55 KB

AirSwap Bot: Swappy

Discord Twitter Follow Subreddit subscribers

Website · About · Twitter · Discord

First, please give us a star! ⭐️

Features

  • Commands (Discord or CLI)

    • stats generates a mainnet stats report
    • compliance :chainName checks all servers for RFQ compliance
    • inspect :chainName :server :signerToken :senderToken :senderAmount checks an individual server for RFQ compliance
    • launch :chainName :collectionToken :currencySymbol launches an NFT marketplace on IPFS
  • Event Listeners

    • SwapERC20 publishes big swaps to Twitter and Discord
    • Contracts Registry, Delegate, Pool, Staking publish events to Discord
  • Network Providers

    • Mainnet (1) uses a WebSocket INFURA provider
    • Other networks use default JSON RPC providers from @airswap/utils

Quick start

Copy .env.example to .env and fill in the values.

To install deps and run from source

$ yarn
$ yarn dev

To build and run production

$ yarn build
$ yarn start

To build a docker image

$ yarn docker:build

AirSwap is an open developer community focused on decentralized trading systems. Join the Discord server to learn more.

Let's build stuff! 🛠️