mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-12-16 00:04:05 -05:00
remove docker from readme
This commit is contained in:
parent
7ce03bbd69
commit
faecc9fa87
1 changed files with 1 additions and 4 deletions
|
|
@ -4,14 +4,11 @@
|
||||||
2. `cp .env.example .env`
|
2. `cp .env.example .env`
|
||||||
3. Modify `.env` as needed
|
3. Modify `.env` as needed
|
||||||
|
|
||||||
## Run localy
|
## Run locally
|
||||||
1. `npm run start`
|
1. `npm run start`
|
||||||
2. `curl -X POST -H 'content-type:application/json' --data '<PROOF>' http://127.0.0.1:8000/relay`
|
2. `curl -X POST -H 'content-type:application/json' --data '<PROOF>' http://127.0.0.1:8000/relay`
|
||||||
Relayer should return a transaction hash.
|
Relayer should return a transaction hash.
|
||||||
|
|
||||||
## Run in Docker
|
|
||||||
1. `docker-compose up -d`
|
|
||||||
|
|
||||||
## Proof example
|
## Proof example
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue