mirror of
https://github.com/tornadocash/deployer.git
synced 2025-01-15 15:28:43 +01:00
16 lines
339 B
Markdown
16 lines
339 B
Markdown
# Deployer [![Build Status](https://github.com/tornadocash/deployer/workflows/build/badge.svg)](https://github.com/tornadocash/deployer/actions)
|
|
|
|
A wrapper around EIP-2470 deployer that emits events with deployed contract address, or reverts on deploy failure
|
|
|
|
## Dependencies
|
|
|
|
1. node 12
|
|
2. yarn
|
|
|
|
## Start
|
|
|
|
```bash
|
|
$ yarn
|
|
$ yarn test
|
|
```
|