mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 12:17:31 +00:00
10 lines
390 B
Rust
10 lines
390 B
Rust
//! # Smart Contracts
|
|
//!
|
|
//! TODO: @cmichi <https://github.com/paritytech/polkadot-sdk-docs/issues/56>
|
|
//!
|
|
//! - WASM and EVM based, pallet-contracts and pallet-evm.
|
|
//! - single-daap-chain, transition from ink! to FRAME.
|
|
//! - Link to `use.ink`
|
|
//! - Link to [`crate::reference_docs::runtime_vs_smart_contract`].
|
|
//! - <https://use.ink/migrate-ink-contracts-to-polkadot-frame-parachain/>
|