1.0.1 • Published 2 years ago

@candlelabs/types v1.0.1

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

Types

AirSwap is a peer-to-peer trading network for Ethereum tokens. This repository contains a library of Swap Protocol types.

Discord License Twitter Follow

Resources

Commands

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn coverageRun solidity-coverage to report test coverage
yarn hintRun a syntax linter for all Solidity code
yarn lintRun a syntax linter for all JavaScript code
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.