Go to file
poma c6526c7f02
return address
2021-02-14 08:48:57 +03:00
.github/workflows lint 2020-12-15 21:20:02 +03:00
contracts return address 2021-02-14 08:48:57 +03:00
scripts Init 2020-10-07 12:17:19 +03:00
test deployer 2020-11-04 05:36:01 +03:00
.editorconfig Init 2020-10-07 12:17:19 +03:00
.eslintrc Init 2020-10-07 12:17:19 +03:00
.gitattributes Init 2020-10-07 12:17:19 +03:00
.gitignore Init 2020-10-07 12:17:19 +03:00
.nvmrc Init 2020-10-07 12:17:19 +03:00
.prettierignore Init 2020-10-07 12:17:19 +03:00
.prettierrc Init 2020-10-07 12:17:19 +03:00
LICENSE Init 2020-10-07 12:17:19 +03:00
README.md readme 2020-11-04 05:41:32 +03:00
package.json tidy 2020-12-15 21:53:16 +03:00
truffle.js tidy 2020-12-15 21:53:16 +03:00
yarn.lock tidy 2020-12-15 21:53:16 +03:00

README.md

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