Skip to content

Commit ebc5ca8

Browse files
committed
fresh llms
1 parent 7e65d13 commit ebc5ca8

8 files changed

+510
-700
lines changed

.ai/categories/basics.bundle.md

Lines changed: 35 additions & 302 deletions
Large diffs are not rendered by default.

.ai/categories/parachains.bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19987,4 +19987,4 @@ process.exit(0);
1998719987

1998819988
## Additional Resources
1998919989

19990-
You can perform these operations using the Asset Transfer API for an alternative approach. Refer to the [Asset Transfer API](/develop/toolkit/interoperability/asset-transfer-api/){target=\_blank} guide in the documentation for more details.
19990+
You can perform these operations using [ParaSpell](https://paraspell.xyz/){target=\_blank} for an alternative approach.

.ai/categories/polkadot-protocol.bundle.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -673,16 +673,17 @@ These public instances are primarily for ad-hoc testing and quick checks.
673673

674674
`TxWrapper` provides the flexibility needed to integrate asset operations into custom applications while maintaining the security and efficiency of Polkadot's transaction model.
675675

676-
### Asset Transfer API
677-
678-
[Asset Transfer API](https://github.com/paritytech/asset-transfer-api){target=\_blank} is a library focused on simplifying the construction of asset transfers for Polkadot SDK-based chains that involve system parachains like Asset Hub. It exposes a reduced set of methods that facilitate users sending transfers to other parachains or locally. Refer to the [cross-chain support table](https://github.com/paritytech/asset-transfer-api/tree/main#current-cross-chain-support){target=\_blank} for the current status of cross-chain support development.
676+
### ParaSpell
679677

680-
Key features include:
678+
[ParaSpell](https://paraspell.xyz/){target=\_blank} is a collection of open-source XCM tools designed to streamline cross-chain asset transfers and interactions within the Polkadot and Kusama ecosystems. It equips developers with an intuitive interface to manage and optimize XCM-based functionalities. Some key points included by ParaSpell are:
681679

682-
- Support for cross-chain transfers between parachains.
683-
- Streamlined transaction construction with support for the necessary parachain metadata.
680+
- **[XCM SDK](https://paraspell.xyz/#xcm-sdk){target=\_blank}**: Provides a unified layer to incorporate XCM into decentralized applications, simplifying complex cross-chain interactions.
681+
- **[XCM API](https://paraspell.xyz/#xcm-api){target=\_blank}**: Offers an efficient, package-free approach to integrating XCM functionality while offloading heavy computing tasks, minimizing costs and improving application performance.
682+
- **[XCM router](https://paraspell.xyz/#xcm-router){target=\_blank}**: Enables cross-chain asset swaps in a single command, allowing developers to send one asset type (such as DOT on Polkadot) and receive a different asset on another chain (like ASTR on Astar).
683+
- **[XCM analyser](https://paraspell.xyz/#xcm-analyser){target=\_blank}**: Decodes and translates complex XCM multilocation data into readable information, supporting easier troubleshooting and debugging.
684+
- **[XCM visualizator](https://paraspell.xyz/#xcm-visualizator){target=\_blank}**: A tool designed to give developers a clear, interactive view of XCM activity across the Polkadot ecosystem, providing insights into cross-chain communication flow.
684685

685-
The API supports various asset operations, such as paying transaction fees with non-native tokens and managing asset liquidity.
686+
ParaSpell's tools make it simple for developers to build, test, and deploy cross-chain solutions without needing extensive knowledge of the XCM protocol. With features like message composition, decoding, and practical utility functions for parachain interactions, ParaSpell is especially useful for debugging and optimizing cross-chain communications.
686687

687688
### Parachain Node
688689

.ai/llms-full.jsonl

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

.ai/pages/polkadot-protocol-architecture-system-chains-asset-hub.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,17 @@ These public instances are primarily for ad-hoc testing and quick checks.
151151

152152
`TxWrapper` provides the flexibility needed to integrate asset operations into custom applications while maintaining the security and efficiency of Polkadot's transaction model.
153153

154-
### Asset Transfer API
154+
### ParaSpell
155155

156-
[Asset Transfer API](https://github.com/paritytech/asset-transfer-api){target=\_blank} is a library focused on simplifying the construction of asset transfers for Polkadot SDK-based chains that involve system parachains like Asset Hub. It exposes a reduced set of methods that facilitate users sending transfers to other parachains or locally. Refer to the [cross-chain support table](https://github.com/paritytech/asset-transfer-api/tree/main#current-cross-chain-support){target=\_blank} for the current status of cross-chain support development.
156+
[ParaSpell](https://paraspell.xyz/){target=\_blank} is a collection of open-source XCM tools designed to streamline cross-chain asset transfers and interactions within the Polkadot and Kusama ecosystems. It equips developers with an intuitive interface to manage and optimize XCM-based functionalities. Some key points included by ParaSpell are:
157157

158-
Key features include:
158+
- **[XCM SDK](https://paraspell.xyz/#xcm-sdk){target=\_blank}**: Provides a unified layer to incorporate XCM into decentralized applications, simplifying complex cross-chain interactions.
159+
- **[XCM API](https://paraspell.xyz/#xcm-api){target=\_blank}**: Offers an efficient, package-free approach to integrating XCM functionality while offloading heavy computing tasks, minimizing costs and improving application performance.
160+
- **[XCM router](https://paraspell.xyz/#xcm-router){target=\_blank}**: Enables cross-chain asset swaps in a single command, allowing developers to send one asset type (such as DOT on Polkadot) and receive a different asset on another chain (like ASTR on Astar).
161+
- **[XCM analyser](https://paraspell.xyz/#xcm-analyser){target=\_blank}**: Decodes and translates complex XCM multilocation data into readable information, supporting easier troubleshooting and debugging.
162+
- **[XCM visualizator](https://paraspell.xyz/#xcm-visualizator){target=\_blank}**: A tool designed to give developers a clear, interactive view of XCM activity across the Polkadot ecosystem, providing insights into cross-chain communication flow.
159163

160-
- Support for cross-chain transfers between parachains.
161-
- Streamlined transaction construction with support for the necessary parachain metadata.
162-
163-
The API supports various asset operations, such as paying transaction fees with non-native tokens and managing asset liquidity.
164+
ParaSpell's tools make it simple for developers to build, test, and deploy cross-chain solutions without needing extensive knowledge of the XCM protocol. With features like message composition, decoding, and practical utility functions for parachain interactions, ParaSpell is especially useful for debugging and optimizing cross-chain communications.
164165

165166
### Parachain Node
166167

.ai/pages/tutorials-interoperability-xcm-transfers-from-relaychain-to-parachain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ process.exit(0);
275275
276276
## Additional Resources
277277
278-
You can perform these operations using the Asset Transfer API for an alternative approach. Refer to the [Asset Transfer API](/develop/toolkit/interoperability/asset-transfer-api/){target=\_blank} guide in the documentation for more details.
278+
You can perform these operations using [ParaSpell](https://paraspell.xyz/){target=\_blank} for an alternative approach.

0 commit comments

Comments
 (0)