From 8ceae38226a2ab61b3adb688265c2bbb07f6eb53 Mon Sep 17 00:00:00 2001 From: Edwin Liava'a <1756402+EdwinLiavaa@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:49:46 +1300 Subject: [PATCH] Update docs/04-resources/04-tutorials/rootstock-vyper.md Co-authored-by: Owanate Amachree --- docs/04-resources/04-tutorials/rootstock-vyper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-resources/04-tutorials/rootstock-vyper.md b/docs/04-resources/04-tutorials/rootstock-vyper.md index 723e7fb9..c56edea0 100644 --- a/docs/04-resources/04-tutorials/rootstock-vyper.md +++ b/docs/04-resources/04-tutorials/rootstock-vyper.md @@ -2,7 +2,7 @@ sidebar_label: Vyper Smart Contract on Rootstock sidebar_position: 7 title: Deploying a Vyper Smart Contract to Rootstock Testnet using Python -description: "This guide walks through the process of deploying a smart contract to the RootStock (RSK) testnet using Python and Web3.py. We'll be deploying a simple Vyper contract that demonstrates how to interact with the RSK network." +description: "This guide walks through the process of deploying a smart contract to the Rootstock testnet using Python and Web3.py. We'll be deploying a simple Vyper contract that demonstrates how to interact with the Rootstock network." tags: - rsk - rootstock