Website · About · Twitter · Discord
First, please give us a star! ⭐️
-
Commands (Discord or CLI)
stats
generates a mainnet stats reportcompliance :chainName
checks all servers for RFQ complianceinspect :chainName :server :signerToken :senderToken :senderAmount
checks an individual server for RFQ compliancelaunch :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
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! 🛠️