Skip to content

Commit a9c3b62

Browse files
nhussein110xLucca
andauthored
[Fix] - Typo (#228)
* fix: typo * Fix other ocurrences --------- Co-authored-by: 0xLucca <[email protected]>
1 parent d52e487 commit a9c3b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop/smart-contracts/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For developers building smart contracts in the Polkadot ecosystem, the choice be
1818

1919
Here are some key considerations:
2020

21-
- [**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
21+
- [**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
2222
- [**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
2323
- [**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
2424

@@ -33,8 +33,8 @@ Throughout the pages in this section, you'll find resources and guides to help y
3333
<div class="subsection-wrapper">
3434
<div class="card">
3535
<a href="https://use.ink/" target="_blank">
36-
<h2 class="title">View the Official !ink Documentation</h2>
37-
<p class="description">Learn everything you need to know about developing smart contracts with !ink.</p>
36+
<h2 class="title">View the Official ink! Documentation</h2>
37+
<p class="description">Learn everything you need to know about developing smart contracts with ink!.</p>
3838
</a>
3939
</div>
4040
<div class="card">

0 commit comments

Comments
 (0)