From 0551f0670affa528c4ed39664f3573a73ea4d055 Mon Sep 17 00:00:00 2001 From: Edwin Liava'a <1756402+EdwinLiavaa@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:39:07 +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 a1d38c10..7c202e12 100644 --- a/docs/04-resources/04-tutorials/rootstock-vyper.md +++ b/docs/04-resources/04-tutorials/rootstock-vyper.md @@ -1,5 +1,5 @@ --- -sidebar_label: Vyper Smart Contract on RootStock +sidebar_label: Vyper Smart Contract on Rootstock sidebar_position: 7 title: Deploying a Vyper Smart Contract to RootStock (RSK) 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."