mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
remove docker from readme
This commit is contained in:
parent
7ce03bbd69
commit
faecc9fa87
@ -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…
Reference in New Issue
Block a user