go-ethereum/cicd
2026-01-16 15:47:16 +05:30
..
devnet consensus, params: remove SkipV2Validation, close XFN-151 (#1730) 2025-11-14 21:53:05 +05:30
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 cicd: store git commit hash into docker image (#1931) 2026-01-16 15:47:16 +05:30
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
``