Skip to content

Commit b508143

Browse files
committed
python3 scripts/generate_llms.py
1 parent 63a9ffd commit b508143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llms.txt

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

1177711777
- **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).
1177811778

11779-
- **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.
11779+
- **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.
1178011780

1178111781

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

0 commit comments

Comments
 (0)