Hi @jengajojo , @Curia @Ignas @Axia , thank you for engaging with this proposal. Milestone 1 is done.
Milestone 1 completed
Repo: GitHub - Supercoolkayy/RelayDevKit · GitHub
M1 deliverables shipped
• CLI commands implemented: up, status, logs, down
• Docker Compose stack that starts a local Rootstock regtest node
• Funding script that sends RBTC on regtest to the manager and worker addresses derived from MANAGER_PRIVATE_KEY and WORKER_PRIVATE_KEY
• status verifies containers are running and confirms the node RPC is reachable
• Quickstart documentation and .env-example included in the repo
Run instructions
npm installcp .env-example .env- Set
MANAGER_PRIVATE_KEYandWORKER_PRIVATE_KEYin.env npm run buildnpx relaydevkit upnpx relaydevkit statusnpx relaydevkit logsnpx relaydevkit down
Milestone 2 will add automated contract deployment and generated config output.
Thank you.