1.1.1 • Published 3 years ago

@airswap/locker v1.1.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 years ago

Locker

:warning: This package deprecated in favor of @airswap/staking.

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

Discord License CircleCI Twitter Follow

Resources

Usage

:warning: This package is under active development and contains unaudited code. For all AirSwap contract deployments see Deployed Contracts.

Commands

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn testRun 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. Also in root, run yarn ganache before running yarn test in another shell.