3.1.2 • Published 2 years ago

@airswap/indexers v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Indexers

AirSwap is a peer-to-peer trading network for Ethereum tokens.

Discord License Twitter Follow

Resources

Usage

:warning: This package may contain unaudited code. For all AirSwap contract deployments see Deployed Contracts.

Commands

Environment variables are set in an .env file in the repository root.

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn coverageReport test coverage
yarn testRun all tests in test folder
yarn test:unitRun unit tests in test folder
yarn deployDeploy on a network using --network flag
yarn verifyVerify on a network using --network flag

Running Tests

:bulb: Prior to testing locally, run yarn compile in the airswap-protocols project root to build required artifacts.