README
Pool
AirSwap is a peer-to-peer trading network for Ethereum tokens.
Resources
- Docs → https://docs.airswap.io/
- Website → https://www.airswap.io/
- Blog → https://blog.airswap.io/
- Support → https://support.airswap.io/
Usage
:warning: This package is under active development and contains unaudited code. For all AirSwap contract deployments see Deployed Contracts.
Commands
Command | Description |
---|---|
yarn |
Install dependencies |
yarn clean |
Delete the contract build folder |
yarn compile |
Compile all contracts to build folder |
yarn test |
Run all contract tests in test folder |
Running Tests
:bulb: Prior to testing locally, run yarn compile
in the airswap-protocols
project root to build required artifacts. Also in root, run yarn ganache
before running yarn test
in another shell.