[2603] RelayDevkit

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

  1. npm install
  2. cp .env-example .env
  3. Set MANAGER_PRIVATE_KEY and WORKER_PRIVATE_KEY in .env
  4. npm run build
  5. npx relaydevkit up
  6. npx relaydevkit status
  7. npx relaydevkit logs
  8. npx relaydevkit down

Milestone 2 will add automated contract deployment and generated config output.

Thank you.