Snapchain / op-chain-deployment

2 stars 1 forks source link

feat: restructure repo #11

Closed parketh closed 1 month ago

parketh commented 1 month ago

Summary

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:

telegram-cloud-photo-size-4-5803412668973959104-y

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