/dencun-testnet

Infrastructure code used to setup EIP4844 dev/testnets.

Primary LanguageHCL

🐼 ❀️.oO
"Pandas love blobs"

Infrastructure code for Dencun Dev/Testnets

This repository contains the infrastructure code used to setup EIP4844 and other Dencun related EIPs dev/testnets. A lot of the code uses reusable components either provided by our ansible collection or our helm charts for kubernetes.

Networks

Status Network Links Ansible Terraform Kubernetes
🟒 Active devnet-8 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-7 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off sepolia-sf1 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-6 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-5 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-4 Network config / Inventory πŸ”— πŸ”— πŸ”—

Development

Version management for tools

We're using asdf to make sure that we all use the same versions across tools. Our repositories should contain versions defined in .tools-versions.

You can then use ./setup.sh to install all dependencies.