mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-02 03:16:24 -04:00
Update README.md
This commit is contained in:
parent
fd36dd5c5e
commit
3c5eaa2c4b
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-relayer/master/.env.e
|
|||
|
||||
## Run locally
|
||||
|
||||
1. `npm i`
|
||||
1. `yarn`
|
||||
2. `cp .env.example .env`
|
||||
3. Modify `.env` as needed
|
||||
4. `npm run start`
|
||||
4. `yarn start`
|
||||
5. Go to `http://127.0.0.1:8000`
|
||||
6. In order to execute withdraw request, you can run following command
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue