go-ethereum/cicd
benjamin202410 38f4c98740
remove-ec2-rpcs (#793)
Co-authored-by: liam.lai <liam.lai@us>
2025-01-15 19:47:58 -08:00
..
devnet remove old config 2025-01-15 21:21:10 +04:00
local optimize shell script 2025-01-01 22:07:31 -05:00
mainnet update mainnet bootnode list 2025-01-15 10:13:18 +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 add local xdpos function 2025-01-01 22:06:09 -05: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
``