From 57a0a19e0ec2e1a8ea5c025b20b0613a95cc306a Mon Sep 17 00:00:00 2001 From: poma Date: Wed, 4 Nov 2020 05:38:24 +0300 Subject: [PATCH] readme --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fba548e..6dff201 100644 --- a/README.md +++ b/README.md @@ -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 -```