go-ethereum/cicd
2025-09-25 15:52:05 +04:00
..
devnet turn off personal, debug, shh apis by default 2025-06-26 11:36:53 +04:00
local fix 2025-09-20 17:56:20 +04:00
mainnet turn off personal, debug, shh apis by default 2025-06-26 11:36:53 +04:00
testnet turn off personal, debug, shh apis by default 2025-06-26 11:36:53 +04:00
.dockerignore build universe docker image (#309) 2023-08-10 15:37:23 +10:00
Dockerfile add default env to runtime image 2025-09-25 15:52:05 +04:00
entry.sh new constants and genesis.json 2025-01-01 22:06:09 -05:00
puppeth.sh genesis wizard accept file input 2025-09-14 15:19:19 +04:00
README.md add testnet and mainnet node for latest code testing (#467) 2024-03-04 17:13:50 +11:00

Docker Command

Docker Build

docker build  -f cicd/Dockerfile .

Docker Run

docker run -it -e NETWORK=devnet -e PRIVATE_KEY=$KEY $IMAGE
``