Go to file
2020-11-05 03:51:58 +03:00
.github/workflows deployer 2020-11-04 05:36:01 +03:00
contracts emit deploy event in constructor 2020-11-05 03:51:58 +03:00
scripts
test deployer 2020-11-04 05:36:01 +03:00
.editorconfig
.eslintrc
.gitattributes
.gitignore
.nvmrc
.prettierignore
.prettierrc
LICENSE
package.json deployer 2020-11-04 05:36:01 +03:00
README.md readme 2020-11-04 05:41:32 +03:00
truffle.js
yarn.lock

Deployer Build Status

A wrapper around EIP-2470 deployer that emits events with deployed contract address, or reverts on deploy failure. Contracts are deployed via underlying singleton factory, so expected addresses should be computed using singleton factory address and not deployer address.

Dependencies

  1. node 12
  2. yarn

Start

$ yarn
$ yarn test