@candlelabs/typescript
v1.0.1
Published
TypeScript Types for AirSwap Developers
Downloads
3
Readme
Types
AirSwap is a peer-to-peer trading network for Ethereum tokens. This repository contains a library of Swap Protocol types.
Resources
- About → https://about.airswap.io/
- Website → https://www.airswap.io/
- Twitter → https://twitter.com/airswap
- Chat → https://chat.airswap.io/
Commands
| Command | Description |
| :-------------- | :-------------------------------------------- |
| yarn
| Install dependencies |
| yarn clean
| Delete the contract build
folder |
| yarn compile
| Compile all contracts to build
folder |
| yarn coverage
| Run solidity-coverage to report test coverage |
| yarn hint
| Run a syntax linter for all Solidity code |
| yarn lint
| Run a syntax linter for all JavaScript code |
| 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.