Skip to content

Commit 1fb94c6

Browse files
committed
fixing comments
adding installation and reference to tutorial removing duplicate paragraph on ParaSpell
1 parent 683e940 commit 1fb94c6

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

chain-interactions/send-transactions/interoperability/transfer-assets-parachains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Transfer Assets Between Parachains
33
description: A step-by-step guide to using the ParaSpell XCM SDK to build, verify, and execute a transfer from one Parachain to another.
44
---
55

6-
# Transfer Tokens Between Parachains
6+
# Transfer Assets Between Parachains
77

88
## Introduction
99

reference/polkadot-hub/assets-and-smart-contracts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ These public instances are primarily for ad-hoc testing and quick checks.
149149

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

152-
### ParaSpell
153-
154-
[ParaSpell](/reference/tools/paraspell/){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 for their interoperable decentralized applications (dApps).
155152

156153
### Parachain Node
157154

reference/tools/paraspell.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,27 @@ The [ParaSpell XCM SDK](https://paraspell.github.io/docs/sdk/getting-started.htm
2727
The SDK simplifies the process of creating and sending XCM messages by providing a user-friendly builder pattern. This allows developers to construct complex XCM calls with just a few lines of code, reducing the likelihood of errors and ensuring that messages are constructed correctly.
2828

2929
By using the ParaSpell XCM SDK, developers can significantly accelerate their development workflow and build powerful, interoperable dApps that take full advantage of the Polkadot network's cross-chain capabilities.
30+
31+
## Installation
32+
33+
If you want to use ParaSpell in your npm-based project you can add it as a dependency with the following command:
34+
35+
```bash
36+
npm install --save @paraspell/[email protected]
37+
```
38+
39+
## Where to Go Next
40+
41+
Explore more about ParaSpell through these resources:
42+
43+
<div class="grid cards" markdown>
44+
45+
- <span class="badge tutorial">Tutorial</span> __Transfer Assets between Parachains__
46+
47+
---
48+
49+
Learn how to transfer assets with Paraspell
50+
51+
[:octicons-arrow-right-24: Transfer Assets Between Parachains](/chain-interactions/send-transactions/interoperability/transfer-assets-parachains/)
52+
53+
</div>

0 commit comments

Comments
 (0)