This stacked PR (on #4) restructures the current repo for clearer organisation, as we will soon add more services (Babylon nodes, BTC, finality system etc).
We propose grouping folders and docker compose files by system component as follows:
Test Plan
Launch L1, L2, bridge and explorer using Ansible scripts:
ansible-playbook -i l1.ini debian_op_babylon_devnet_l1.yml
ansible-playbook -i l2.ini debian_op_babylon_devnet_l2.yml
# Note: update env vars before this step (see `devops` readme)
make l2-launch
Summary
This
stackedPR(on #4)restructures the current repo for clearer organisation, as we will soon add more services (Babylon nodes, BTC, finality system etc).We propose grouping folders and docker compose files by system component as follows:
Test Plan
Launch L1, L2, bridge and explorer using Ansible scripts: