Skip to content

Commit

Permalink
fix: adding reference to tutorials on asset hub page
Browse files Browse the repository at this point in the history
  • Loading branch information
nhussein11 committed Dec 2, 2024
1 parent ab5dac7 commit 6d57b2e
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion polkadot-protocol/architecture/system-chains/asset-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,34 @@ Sometimes, XCM transfers may fail due to liquidity or other errors. Failed trans
- **Relay chain to system parachain** - look for the `dmpqueue(ExecutedDownward)` event on the parachain with an `Incomplete` outcome and an error type such as `UntrustedReserveLocation`
- **Parachain to parachain** - monitor for `xcmpqueue(Fail)` on the destination parachain with error types like `TooExpensive`

For detailed error management in XCM, see Gavin Wood's blog post on [XCM Execution and Error Management](https://www.polkadot.network/blog/xcm-part-three-execution-and-error-management){target=\_blank}.
For detailed error management in XCM, see Gavin Wood's blog post on [XCM Execution and Error Management](https://www.polkadot.network/blog/xcm-part-three-execution-and-error-management){target=\_blank}.

## Tutorials

<div class="grid cards" markdown>

- __Register a Local Asset__

---

Comprehensive guide to registering a local asset on the Asset Hub system parachain, including step-by-step instructions.

[:octicons-arrow-right-24: Reference](/tutorials/polkadot-sdk/system-chains/asset-hub/register-local-asset/)

- __Register a Foreign Asset__

---

An in-depth guide to registering a foreign asset on the Asset Hub parachain, providing clear, step-by-step instructions.

[:octicons-arrow-right-24: Reference](/tutorials/polkadot-sdk/system-chains/asset-hub/register-foreign-asset/)

- __Convert Assets__

---

A guide detailing the step-by-step process of converting assets on Asset Hub, helping users efficiently navigate asset management on the platform.

[:octicons-arrow-right-24: Reference](/tutorials/polkadot-sdk/system-chains/asset-hub/asset-conversion/)

</div>

0 comments on commit 6d57b2e

Please sign in to comment.