@airswap/libraries
v5.0.14
Published
AirSwap: Libraries for Developers
Readme
Libraries
Protocol Libraries for AirSwap Developers
Resources
- About → https://about.airswap.io/
- Website → https://www.airswap.io/
- Twitter → https://twitter.com/airswap
- Chat → https://chat.airswap.io/
Usage
Add the package to your project:
yarn add @airswap/librariesImport into your application:
import { Indexer, Server, Swap } from '@airswap/libraries';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 tests in the test folder |
