From a9c3b626589e03e1c4c4c530cbaeb0bcecc08e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hussein?= <80422357+nhussein11@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:53:08 -0300 Subject: [PATCH] [Fix] - Typo (#228) * fix: typo * Fix other ocurrences --------- Co-authored-by: 0xLucca <0xlucca.dev@gmail.com> --- develop/smart-contracts/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/develop/smart-contracts/index.md b/develop/smart-contracts/index.md index 692d1d20..adb4ac7a 100644 --- a/develop/smart-contracts/index.md +++ b/develop/smart-contracts/index.md @@ -18,7 +18,7 @@ For developers building smart contracts in the Polkadot ecosystem, the choice be Here are some key considerations: -- [**Wasm (!ink) contracts**](/develop/smart-contracts/wasm-ink/){target=\_blank} - contracts are written in Rust and compiled to Wasm. The advantage of Wasm is that it allows for more flexibility, speed, and potentially lower execution costs compared to EVM, especially in the context of Polkadot's multi-chain architecture +- [**Wasm (ink!) contracts**](/develop/smart-contracts/wasm-ink/){target=\_blank} - contracts are written in Rust and compiled to Wasm. The advantage of Wasm is that it allows for more flexibility, speed, and potentially lower execution costs compared to EVM, especially in the context of Polkadot's multi-chain architecture - [**EVM-compatible contracts**](/develop/smart-contracts/evm/parachain-contracts/){target=\_blank} - contracts are written in languages like Solidity or Vyper and executed by the Ethereum Virtual Machine (EVM). The EVM is widely standardized across blockchains, including Polkadot parachains like Astar, Moonbeam, and Acala. This compatibility allows contracts to be deployed across multiple networks with minimal modifications, benefiting from a well-established, broad development ecosystem - [**PolkaVM-compatible contracts**](/develop/smart-contracts/evm/native-evm-contracts/){target=\_blank} - contracts are written in languages like Solidity or Vyper and executed by the PolkaVM. This compatibility provides a seamless transition for developers coming from EVM environments while also enabling interactions with other Polkadot parachains and leveraging Polkadot's interoperability @@ -33,8 +33,8 @@ Throughout the pages in this section, you'll find resources and guides to help y
-

View the Official !ink Documentation

-

Learn everything you need to know about developing smart contracts with !ink.

+

View the Official ink! Documentation

+

Learn everything you need to know about developing smart contracts with ink!.