Utilities for AirSwap Developers
- Docs → https://docs.airswap.io/
- Website → https://www.airswap.io/
- Blog → https://blog.airswap.io/
- Support → https://support.airswap.io/
Add the package to your project:
yarn add @airswap/utils
Import into your application:
import { toDecimalString, toAtomicString } from '@airswap/utils';
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 |