Add a dev ethereum Docker setup

Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
This commit is contained in:
Luke Parker
2024-04-24 09:25:11 -04:00
parent d57fef8999
commit cef63a631a
21 changed files with 217 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
RUST_LOG=info lighthouse bn --execution-endpoint http://localhost:8551 --execution-jwt /home/ethereum/.jwt

View File

@@ -0,0 +1,3 @@
#!/bin/sh
exit 1

View File

@@ -0,0 +1,8 @@
#!/bin/sh
#geth --dev --networkid 5208 \
# --http --http.api "web3,net,eth,miner" \
# --http.addr 0.0.0.0 --http.port 8545 \
# --http.vhosts="*" --http.corsdomain "*"
exit 1

View File

@@ -0,0 +1,3 @@
#!/bin/sh
RUST_LOG=info reth node --authrpc.jwtsecret /home/ethereum/.jwt

View File

@@ -1,3 +1 @@
#!/bin/sh
exit 1
/execution_layer.sh & /consensus_layer.sh