ccrayz / geth-infra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geth Testing Infra

I personally use Terraform to provide a simple infrastructure configuration for running and testing Geth.

Create an s3 and dynamo DB table to manage the state.

cd terraform/init
terraform apply

Generate an SSH key to access the instance

./gen_ssh_key.sh

Create all the resources to run the Geth.

cd terraform/geth
terraform apply

About


Languages

Language:HCL 72.9%Language:Shell 27.1%