mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-12-10 05:56:30 -05:00
add nodes on ethereum
This commit is contained in:
parent
196b3fadac
commit
898b54413f
25 changed files with 0 additions and 166 deletions
8
MEV_on_Ethereum/geth_and_k8s/scripts/genesis.dockerfile
Normal file
8
MEV_on_Ethereum/geth_and_k8s/scripts/genesis.dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ethereum/client-go:stable
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY genesis.json /genesis.json
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue