Skip to content

Commit

Permalink
[Fix] - Typo (#228)
Browse files Browse the repository at this point in the history
* fix: typo

* Fix other ocurrences

---------

Co-authored-by: 0xLucca <0xlucca.dev@gmail.com>
  • Loading branch information
nhussein11 and 0xLucca authored Nov 29, 2024
1 parent d52e487 commit a9c3b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions develop/smart-contracts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit a9c3b62

Please sign in to comment.