update readme

This commit is contained in:
poma 2020-12-17 23:21:13 +03:00
parent e68da8af3f
commit 7e50b1189a
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -9,26 +9,14 @@
```
git clone --recursive https://github.com/tornadocash/tornado-deploy
cd tornado-deploy
npm i
yarn
cp .env.example .env
npm run start
yarn build
```
Note: build script will globally `yarn link` `torn-token` package
Note: build script will not recompile snark circuit if compilation result already exists
## How to use local npm packages:
```
# Remember that torn-token packages links to here
cd torn-token
yarn link
# Install torn-token package from local source (create symlink ./node_modules/torn-token -> <remembered torn-token path>)
cd ../tornado-governance
yarn link torn-token
```
## Verify addresses
```