Skip to content

Commit 63a9ffd

Browse files
committed
ink! is moving towards PolkaVM
1 parent baa4295 commit 63a9ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/smart-contracts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Beyond Polkadot Hub's native PolkaVM support, the ecosystem offers two main alte
6565

6666
- **EVM-compatible parachains**: Provide access to Ethereum's extensive developer ecosystem, smart contract portability, and established tooling like Hardhat, Remix, Foundry, and OpenZeppelin. The main options include Moonbeam (the first full Ethereum-compatible parachain serving as an interoperability hub), Astar (featuring dual VM support for both EVM and WebAssembly contracts), and Acala (DeFi-focused with enhanced Acala EVM+ offering advanced DeFi primitives).
6767

68-
- **Rust (ink!)**: ink! is a Rust-based framework that can compile down to Wasm or PolkaVM. It uses [`#[ink(...)]`](https://use.ink/docs/v6/macros-attributes/){target=\_blank} attribute macros to create Polkadot SDK-compatible PolkaVM bytecode, offering strong memory safety from Rust, an advanced type system, high-performance PolkaVM execution, and platform independence with sandboxed security.
68+
- **Rust (ink!)**: ink! is a Rust-based framework that can compile to PolkaVM. It uses [`#[ink(...)]`](https://use.ink/docs/v6/macros-attributes/){target=\_blank} attribute macros to create Polkadot SDK-compatible PolkaVM bytecode, offering strong memory safety from Rust, an advanced type system, high-performance PolkaVM execution, and platform independence with sandboxed security.
6969

7070

7171
Each environment provides unique advantages based on developer preferences and application requirements.

0 commit comments

Comments
 (0)