mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-21 05:11:03 +00:00
1295c36241
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
10 lines
393 B
Rust
10 lines
393 B
Rust
//! # Smart Contracts
|
|
//!
|
|
//! TODO: @cmichi <https://github.com/pezkuwichain/pezkuwi-sdk/issues/304>
|
|
//!
|
|
//! - WASM and EVM based, pezpallet-contracts and pezpallet-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/>
|