mirror of
https://github.com/tornadocash/deployer.git
synced 2024-11-23 10:27:14 +01:00
.github/workflows | ||
contracts | ||
scripts | ||
test | ||
.editorconfig | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
package.json | ||
README.md | ||
truffle.js | ||
yarn.lock |
Deployer
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
- node 12
- yarn
Start
$ yarn
$ yarn test