This commit is contained in:
poma 2020-11-04 05:38:24 +03:00
parent 3ef9f089ba
commit 57a0a19e0e
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
1 changed files with 3 additions and 10 deletions

View File

@ -1,4 +1,6 @@
# Peppersec solidity template [![Build Status](https://github.com/peppersec/solidity-template/workflows/build/badge.svg)](https://github.com/peppersec/solidity-template/actions)
# 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
@ -9,14 +11,5 @@
```bash
$ yarn
$ cp .env.example .env
$ yarn test
```
## Deploying
Deploy to Kovan:
```bash
$ yarn deploy:kovan
```