Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Nov 29, 2024
1 parent f3d78f3 commit af948bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit af948bb

Please sign in to comment.