go-ethereum/cicd
2025-03-01 16:42:11 +08:00
..
devnet fix private devnet with private ip (#879) 2025-02-22 19:32:45 -08:00
local optimize shell script 2025-01-01 22:07:31 -05:00
mainnet cicd: update bootnodes for mainet 2025-01-21 16:08:53 +08:00
testnet update bootnode list (#783) 2024-12-29 21:50:28 -08:00
.dockerignore build universe docker image (#309) 2023-08-10 15:37:23 +10:00
Dockerfile all: update to go version 1.23 2025-03-01 16:42:11 +08:00
entry.sh new constants and genesis.json 2025-01-01 22:06:09 -05: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
``