Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Contract deployment in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 2, 2020
1 parent f365183 commit a693b32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ Currently we're only deployed on Rinkeby. Mainnet coming soon!
`Polluter` (`is Green`) - `0xb2306dC4fFa7ad9c028Ac7FcA686C1aBB8895C07`

`WEENUS` (test ERC20) - collect test WEENUS by visiting https://rinkeby.etherscan.io/token/0xaff4481d10270f50f203e0763e2597776068cbc5#writeContract, connecting web3 wallet and write to `drip()`

## Deployment

To deploy the contracts run the following commands:

1. `npm install`
1. `cp .env.example .env`
1. set the private key in .env
1. `oz deploy`

0 comments on commit a693b32

Please sign in to comment.