From 1b9f2568392bf4bb1d1d3e03e870fcf19377e710 Mon Sep 17 00:00:00 2001 From: Edwin Liava'a <1756402+EdwinLiavaa@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:11: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 846e15a3..6fa54fb9 100644 --- a/docs/04-resources/04-tutorials/rootstock-vyper.md +++ b/docs/04-resources/04-tutorials/rootstock-vyper.md @@ -16,7 +16,7 @@ tags: - developers --- -This guide demonstrates how to deploy smart contracts written in Vyper to the RootStock (RSK) testnet using Python and Web3.py. RSK is a groundbreaking smart contract platform that's merge-mined with Bitcoin, offering unique advantages for developers: +This guide demonstrates how to deploy smart contracts written in Vyper to the Rootstock testnet using Python and Web3.py. Rootstock is a layer 2 solution that combines the security of Bitcoin's proof of work with Ethereum's smart contract capabilities. The platform is open-source, EVM-compatible, and secured by over 60% of Bitcoin’s hashing power, offering unique advantages for developers: - **Bitcoin Compatibility**: Deploy smart contracts while leveraging Bitcoin's security and network effects - **EVM Compatibility**: Use familiar Ethereum tools and practices while building on Bitcoin