From 7a505c853dd063c28627779ae01352e81314ab86 Mon Sep 17 00:00:00 2001 From: iank159 Date: Fri, 11 Sep 2026 11:44:57 +0300 Subject: [PATCH] Clarify revive README positioning Replace the low-level opening description with a clearer explanation of revive as the Solidity compiler for Polkadot targeting PolkaVM through pallet-revive. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f821fd..4bc850e0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # revive -Yul recompiler to LLVM, targetting RISC-V on [PolkaVM](https://github.com/koute/polkavm). +Solidity compiler for Polkadot, targeting PolkaVM through `pallet-revive`. Check the [docs](https://paritytech.github.io/revive/) or visit [contracts.polkadot.io](https://docs.polkadot.com/develop/smart-contracts/) to learn more about `revive` and contracts on Polkadot!