Add Plugeth stack #14

Merged
roysc merged 24 commits from plugeth-stack into main 2024-07-10 01:28:10 +00:00
Showing only changes of commit 7f9a8ff664 - Show all commits

View File

@ -11,7 +11,7 @@ RUN pip3 install --break-system-packages --upgrade "web3==v6.15.1"
RUN pip3 install --break-system-packages --upgrade "typing-extensions"
# Install tool to generate initial block
RUN go install github.com/cerc-io/eth-dump-genblock@b29516740fc01cf1d1d623acbfd0e9a2b6440a96
RUN go install github.com/cerc-io/eth-dump-genblock@v0.2.0
# Build genesis config
COPY genesis /opt/genesis