Protocol Libraries for AirSwap Developers
- About → https://about.airswap.io/
- Website → https://www.airswap.io/
- Twitter → https://twitter.com/airswap
- Chat → https://chat.airswap.io/
Add the package to your project:
yarn add @airswap/libraries
Import into your application:
import { Indexer, Server, Swap } from '@airswap/libraries';
Command | Description |
---|---|
yarn |
Install dependencies |
yarn clean |
Delete the contract build folder |
yarn compile |
Compile all contracts to build folder |