Skip to content

Commit ac830ae

Browse files
committed
Add extensions
1 parent 3b3c787 commit ac830ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set of XCM tools for Polkadot, Kusama, Westend & Paseo Paraverses
1717
## 🧰 Our Development Focus
1818
<ul style="list-style-type: none; padding: 0;">
1919
<li>
20-
<a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk">XCM SDK</a> 🪄: A tool designed to unify the cross-chain experience on Polkadot and serve as a layer 2 protocol that enables seamless integration of XCM into your decentralized applications. Having <strong>three</strong> versions: <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk">PolkadotAPI Version</a>, <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk-pjs">PolkadotJS Version</a> & <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk-dedot">Dedot Version</a> as the <code>first</code> and <code>only</code> XCM SDK in the ecosystem. All of the SDKs support an extension package called <a href="https://paraspell.github.io/docs/xcm-sdk/getting-started.html#install-swap-extension">Swap</a> (Formerly known as XCM Router).
20+
<a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk">XCM SDK</a> 🪄: A tool designed to unify the cross-chain experience on Polkadot and serve as a layer 2 protocol that enables seamless integration of XCM into your decentralized applications. Having <strong>three</strong> versions: <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk">PolkadotAPI Version</a>, <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk-pjs">PolkadotJS Version</a> & <a href="https://github.com/paraspell/xcm-tools/tree/main/packages/sdk-dedot">Dedot Version</a> as the <code>first</code> and <code>only</code> XCM SDK in the ecosystem. All of the SDKs support an extension packages called <a href="https://paraspell.github.io/docs/xcm-sdk/getting-started.html#install-swap-extension">Swap</a> (Formerly known as XCM Router), href="https://paraspell.github.io/docs/xcm-sdk/getting-started.html#install-evm-extension">EVM</a>, href="https://paraspell.github.io/docs/xcm-sdk/getting-started.html#install-snowbridge-extension">Snowbridge</a>.
2121
</li>
2222
<li>
2323
<a href="https://github.com/paraspell/xcm-tools/tree/main/apps/xcm-api">XCM API</a> ⚡️: An API that provides the ability to integrate XCM interoperability into your decentralized application in a package-less way, offloading heavy computing tasks from your decentralized application and reducing associated costs.

docs/xcm-sdk/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ XCM SDK supports three different Javascript client providers. It is advised to u
4444
'@polkadot/keyring',
4545
]" />
4646

47-
## Install swap extension
47+
## Install Swap extension
4848
If you plan to [do Swap XCMs](https://paraspell.github.io/docs/xcm-sdk/send-xcm.html#swap) you can install Swap package which allows you to do cross-chain swaps on popular Polkadot, Kusama, Paseo, Westend exchanges. Available in **ALL** versions of SDK.
4949

5050
> [!IMPORTANT]

0 commit comments

Comments
 (0)