mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 15:41:05 +01:00
update readme
This commit is contained in:
parent
e68da8af3f
commit
7e50b1189a
16
README.md
16
README.md
@ -9,26 +9,14 @@
|
|||||||
```
|
```
|
||||||
git clone --recursive https://github.com/tornadocash/tornado-deploy
|
git clone --recursive https://github.com/tornadocash/tornado-deploy
|
||||||
cd tornado-deploy
|
cd tornado-deploy
|
||||||
npm i
|
yarn
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
npm run start
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: build script will globally `yarn link` `torn-token` package
|
Note: build script will globally `yarn link` `torn-token` package
|
||||||
Note: build script will not recompile snark circuit if compilation result already exists
|
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
|
## Verify addresses
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user