Add readme

This commit is contained in:
Theo 2023-07-28 06:20:34 -07:00
parent 044ed97e59
commit 720ce4c185

@ -2,9 +2,9 @@
### Changes / effect description ### Changes / effect description
- 1 - Change owner of ENS domains [staking-rewards.contract.tornadocash.eth](https://app.ens.domains/staking-rewards.contract.tornadocash.eth) and [contract.tornadocash.eth](https://app.ens.domains/contract.tornadocash.eth) to Tornado Cash Governance
- 2 - Change address on staking-rewards.contract.tornadocash.eth to new staking address (has been changed in [proposal 22](https://tornado.ws/governance/22))
- ... - Update IPFS content hashes on ENS domains for docs (docs.tornadocash.eth), Classic UI (tornadocash.eth), Nova UI (nova.tornadocash.eth) and relayers UI (relayers-network.tornadocash.eth)
### Requirements ### Requirements
@ -15,8 +15,8 @@
### Installation ### Installation
```text ```text
git clone --recurse-submodules <proposal-repo-link> git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-27-update-ipfs.git
cd <proposal-name> cd proposal-27-update-ipfs
npm install npm install
npm run init npm run init
``` ```