2.5.7 • Published 4 years ago

@airswap/delegate-factory v2.5.7

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

DelegateFactory

AirSwap is a peer-to-peer trading network for Ethereum tokens. This package contains source code and tests for a basic DelegateFactory contract that deploys Delegate contracts.

:bulb: Note: solidity-coverage does not cooperate with view functions. To run test coverage, remove the view keywords from functions in DelegateFactory.sol.

Discord License CircleCI Twitter Follow

Resources

Deploys

See deploys.json for latest contract deployments on Rinkeby (4) and Mainnet (1).

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 ganacheRun an instance of ganache-cli for tests
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. Then run an instance of ganache-cli before running yarn test in another shell.

yarn ganache
2.5.7

4 years ago

1.4.7

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

0.4.4

4 years ago

1.4.4

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago