Commit fea3e0e2 authored by Johnny's avatar Johnny
Browse files

Update README.md

parent 5ce6ae55
Pipeline #44 failed with stages
in 0 seconds
...@@ -21,4 +21,11 @@ Fill .env `PRIVATE_KEY` with a Sepolia wallet private key (0x...). This will be ...@@ -21,4 +21,11 @@ Fill .env `PRIVATE_KEY` with a Sepolia wallet private key (0x...). This will be
To run the node To run the node
``` ```
npm run start npm run start
``` ```
\ No newline at end of file
# Docker setup
```
docker build -t prover-node .
docker run -it "prover-node"
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment