Skip to content

Releases: rome-protocol/rome-cli

v0.9.0 — new, the scaffold front door

Choose a tag to compare

@anil-rome anil-rome released this 23 Jul 14:50
caf23ba

Added since v0.8.0:

  • rome new <app-name> [--chain <chain>] — scaffold a dual-lane Rome app (wraps create-rome-app) with the chain pre-wired from the registry, plus the lifecycle next-steps: fund → deploy → demo → verify. Keyless, CLI-only.

Install:

npm install -g github:rome-protocol/rome-cli#v0.9.0

The CLI now covers the whole builder lifecycle: new → fund/bridge (in+out) → deploy/send → activate → verify (all four paths) → tx/doctor/cookbook.

v0.8.0 — verify --path from-home (4-of-4 paths)

Choose a tag to compare

@anil-rome anil-rome released this 22 Jul 08:27
43ea5e7

Added since v0.7.0:

  • verify --path from-home — the round-trip works-gate: bridge USDC in as wUSDC → act with it on Rome → bridge back out to claim-ready. Funded-verified on Hadrian. verify now covers all four builder paths (solidity · idea · solana-program · from-home).

Install:

npm install -g github:rome-protocol/rome-cli#v0.8.0

Docs: docs/GUIDES.md "Prove it works".

v0.7.0 — bridge outbound (--to) + activate

Choose a tag to compare

@anil-rome anil-rome released this 22 Jul 06:10
60ed75a

Added since v0.6.0:

  • bridge --to <dest> — bridge wUSDC out of Rome (CCTP v2): burn on Rome → attestation-ready → claim handle. Claiming on the destination is your step — Rome sponsors the inbound settle, never the outbound claim.
  • activate <chain> — one-time account activation required before your first bridge out (funds your external-auth PDA; idempotent). Inbound stays frictionless.

Install:

npm install -g github:rome-protocol/rome-cli#v0.7.0

Funded-verified on Hadrian. Docs: docs/GUIDES.md "Bridge out".

v0.6.0 — verify --path solana-program

Choose a tag to compare

@anil-rome anil-rome released this 22 Jul 04:04
7ce592e

Added since v0.5.0:

  • verify --path solana-program — an EVM-lane call drives a Solana program via CPI (SPL Memo through 0xff…08), funded-GREEN on Hadrian. EVM key only; --solana-rpc adds the Solana-log deep check.

Install:

npm install -g github:rome-protocol/rome-cli#v0.6.0

verify now covers 3 of 4 builder paths: solidity + idea (both-lane parity) and solana-program (cross-VM CPI). --path from-home follows.

v0.5.0 — preset + full-surface docs

Choose a tag to compare

@anil-rome anil-rome released this 21 Jul 20:09
ced7327

Pins the released/installed surface to main.

Added since v0.4.0:

  • preset — ready foundry/hardhat toolchain config for Rome + quirks (#12)
  • full command-catalog docs + read/action security-model corrections (#13)

Install:

npm install -g github:rome-protocol/rome-cli#v0.5.0

Surface: 18 CLI commands / 13 MCP read-tools. Reads (facts, cookbook, call, doctor, tx, preset) on CLI + MCP; actions (deploy, send, fund, bridge, verify) CLI-only + key-gated, never on MCP.

v0.4.0 — verify (both-lane works-gate)

Choose a tag to compare

@anil-rome anil-rome released this 21 Jul 09:34
9c23351

Adds the diagnose + verify surface: verify (the both-lane works-gate — deploy a probe, drive it from the EVM lane and the Solana lane, assert parity; live-verified GREEN on Hadrian), plus doctor, tx, and cookbook errors. Grounding + fund/bridge + deploy/send unchanged.

Install: npm install -g github:rome-protocol/rome-cli#v0.4.0

v0.3.0 — fund + bridge (inbound USDC on-ramp)

Choose a tag to compare

@anil-rome anil-rome released this 21 Jul 03:02
53a6943

Adds fund + bridge — the inbound USDC on-ramp (CCTP), CLI-only key-gated actions. Both intents verified funded-GREEN on-chain (Hadrian): --intent wrapper (wUSDC) and --intent gas (native Rome gas). Grounding (facts/cookbook/call) + deploy/send unchanged.

Install: npm install -g github:rome-protocol/rome-cli#v0.3.0

v0.2.0 — dev CLI + MCP: facts, cookbook, and the contract layer

Choose a tag to compare

@anil-rome anil-rome released this 20 Jul 14:33
a65b90e

Rome dev CLI + MCP server.

Grounding (read-only; CLI + MCP): rome facts (chain/tokens/contracts/gas/balance/programs) · rome cookbook (cpi-recipe, patterns) · rome call (eth_call).

Contract actions (CLI-only, key-gated via ROME_EVM_KEY): rome deploy · rome send (submitRomeTx). Funded works-gate green on Hadrian.

MCP: rome mcp — stdio server your client launches; read-only, holds no keys (actions never exposed).

Install (repo-first): npm i -g github:rome-protocol/rome-cli#v0.2.0. See docs/GUIDES.md + docs/ARCHITECTURE.md.