From 1e0fd4efef8c047e05f9401ffe839e565e860f52 Mon Sep 17 00:00:00 2001 From: Anil Kumar <150643132+anil-rome@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:42:53 +0300 Subject: [PATCH 1/2] docs: one-line Rome context at the top of the upstream README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8b51d0..ff33dae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> **Part of [Rome Protocol](https://github.com/rome-protocol)** — EVM chains that run natively inside the Solana runtime. This fork is . For building on Rome, start at the [Rome Protocol Documentation](https://docs.rome.builders). + # SputnikVM: Rust Ethereum Virtual Machine Implementation [![Build Status](https://travis-ci.org/sorpaas/rust-evm.svg?branch=master)](https://travis-ci.org/sorpaas/rust-evm) From 40d1d071e161ed23bceb0cd6fc14056d93e9ea34 Mon Sep 17 00:00:00 2001 From: Anil Kumar <150643132+anil-rome@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:43:25 +0300 Subject: [PATCH 2/2] docs: fill the fork-role wording (shell expansion ate it) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff33dae..e8c2879 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> **Part of [Rome Protocol](https://github.com/rome-protocol)** — EVM chains that run natively inside the Solana runtime. This fork is . For building on Rome, start at the [Rome Protocol Documentation](https://docs.rome.builders). +> **Part of [Rome Protocol](https://github.com/rome-protocol)** — EVM chains that run natively inside the Solana runtime. This fork is the Rust EVM interpreter (SputnikVM) at the core of Rome's EVM execution. For building on Rome, start at the [Rome Protocol Documentation](https://docs.rome.builders). # SputnikVM: Rust Ethereum Virtual Machine Implementation