proposal-30-decentralize-so.../README.md
2023-07-28 05:43:53 -07:00

35 lines
727 B
Markdown

# Proposal to update Tornado IPFS hashes in ENS
### Changes / effect description
- 1
- 2
- ...
### Requirements
- Rust ([Need only for Windows](https://doc.rust-lang.org/cargo/getting-started/installation.html))
- Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation))
- Node 20 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm))
### Installation
```text
git clone --recurse-submodules <proposal-repo-link>
cd <proposal-name>
npm install
npm run init
```
### Testing
```text
npm run test:windows
```
or
```text
npm run test:linux
```