Skip to content

Commit dd71680

Browse files
add multiple pallet instances page (#1127)
* add multiple pallet instances page * Update ai/site-index * update .ai/site-index.json * Update content * apply feedback, formatting, grammar --------- Co-authored-by: Erin Shaben <[email protected]>
1 parent c6f9562 commit dd71680

File tree

10 files changed

+1353
-404
lines changed

10 files changed

+1353
-404
lines changed

.ai/categories/parachains.md

Lines changed: 352 additions & 64 deletions
Large diffs are not rendered by default.

.ai/pages/parachains-customize-runtime-add-pallet-instances.md

Lines changed: 352 additions & 64 deletions
Large diffs are not rendered by default.

.ai/site-index.json

Lines changed: 273 additions & 203 deletions
Large diffs are not rendered by default.
315 KB
Loading
320 KB
Loading
148 KB
Loading
147 KB
Loading

llms-full.jsonl

Lines changed: 21 additions & 7 deletions
Large diffs are not rendered by default.

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Docs: Parachains
142142
- [Get Started](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-get-started.md): Quickly install and configure Zombienet to deploy and test Polkadot-based blockchain networks with this comprehensive getting-started guide.
143143
- [Write Tests](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/develop-toolkit-parachains-spawn-chains-zombienet-write-tests.md): Write and execute tests for blockchain networks with Zombienet's DSL. Learn to evaluate metrics, logs, events, and more for robust validation.
144144
- [Add a Pallet to the Runtime](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-add-existing-pallets.md): Learn how to include and configure pallets in a Polkadot SDK-based runtime, from adding dependencies to implementing necessary traits.
145-
- [Add Multiple Pallet Instances](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-add-pallet-instances.md): Learn how to implement multiple instances of the same pallet in your Polkadot SDK-based runtime to create and interact with modular blockchain components.
145+
- [Add Multiple Pallet Instances](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-add-pallet-instances.md): Learn how to implement multiple instances of the same pallet in your Polkadot SDK-based runtime, from adding dependencies to configuring unique instances.
146146
- [Add Smart Contract Functionality](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-add-smart-contract-functionality.md): Add smart contract capabilities to your Polkadot SDK-based blockchain. Explore EVM and Wasm integration for enhanced chain functionality.
147147
- [Add Pallets to the Runtime](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-pallet-development-add-pallet-to-runtime.md): Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.
148148
- [Benchmarking FRAME Pallets](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/master/.ai/pages/parachains-customize-runtime-pallet-development-benchmark-pallet.md): Learn how to use FRAME's benchmarking framework to measure extrinsic execution costs and provide accurate weights for on-chain computations.

parachains/customize-runtime/add-pallet-instances.md

Lines changed: 354 additions & 65 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)