You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/paraport_m1.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
14
14
### Overview
15
15
16
-
**ParaPort** is an SDK product designed to simplify and automate cross-chain actions in the Polkadot ecosystem. Its primary goal is to provide a seamless user experience when transferring tokens between parachains, automatically handling all the complex steps of Polkadot's bridging mechanism (XCM teleports) alongside the user's intended transaction. Inspired by its initial success as an internal solution within [KodaDot](https://kodadot.xyz/) for minting NFTs on AssetHub, ParaPort has grown into a robust, standalone framework ready to be integrated by a wide variety of applications in the Polkadot ecosystem.
16
+
**ParaPort** is an embedded auto-teleport solution designed to simplify cross-chain transactions in the Polkadot ecosystem. Its primary function is to detect when users need tokens on different parachains and seamlessly handle the entire teleportation process alongside the user's intended action with minimal additional friction. Originally developed as an internal feature within [KodaDot](https://kodadot.xyz/) for minting NFTs on AssetHub, ParaPort has evolved into a comprehensive plug-and-play integration that any application in the Polkadot ecosystem can implement, bridging the gap between complex XCM mechanisms and intuitive user experiences without requiring extensive technical knowledge from developers or users.
17
17
18
-
ParaPort is based on the academic research paper ["Protocol for Unifying Cross-Chain Liquidity on Polkadot" (Valaštín et al., 2024)](https://www.frontiersin.org/journals/blockchain/articles/10.3389/fbloc.2024.1413840/full). The SDK implements *ParaSpell*, an intelligent XCM library the most efficient way for moving tokens between chains. As a result, developers no longer need to manually build or maintain complicated cross-chain logic, and users no longer need to guess how many tokens to bridge or which route to use.
18
+
ParaPort is based on the academic research paper ["Protocol for Unifying Cross-Chain Liquidity on Polkadot" (Valaštín et al., 2024)](https://www.frontiersin.org/journals/blockchain/articles/10.3389/fbloc.2024.1413840/full). The building blocks implement *ParaSpell*, an intelligent XCM library, the most efficient way for moving tokens between chains. As a result, developers no longer need to manually build or maintain complicated cross-chain logic, and users no longer need to guess how many tokens to bridge or which route to use.
19
19
20
20
**Key Features of ParaPort include:**
21
21
@@ -174,7 +174,7 @@ We have initialized the [exezbcz/paraport](https://github.com/exezbcz/paraport)
| 2c. | UI Component Library | Open-source Figma file containing all UI components, states, and design patterns for easy customization and implementation. |
@@ -227,8 +227,8 @@ As the table with deliveries can be hard to comprehend, we list a detailed list
227
227
-**Subscription System**: Develop a balance monitoring system that watches for changes across multiple chains.
228
228
-**Fund Detection**: Create a mechanism that detects when expected funds arrive on target chains.
229
229
230
-
### 1d. SDK Foundation & Lifecycle Management
231
-
-**SDK Initialization Framework**: Design a robust initialization system with dependency injection, configuration validation, and graceful startup sequencing.
230
+
### 1d. Foundation & Lifecycle Management
231
+
-**Initialization**: Design a robust initialization system with dependency injection, configuration validation, and graceful startup sequencing.
232
232
-**State Management Core**: Create a centralized state management system with immutable data patterns for consistent application state across components.
233
233
-**Asynchronous Operation Engine**: Design a system for managing long-running operations with cancellation, timeout handling, and resource cleanup.
234
234
Resource Optimization: Implement intelligent connection pooling, request batching, and subscription management to minimize network and memory usage.
> We call it SDK because we provide building blocks which are built on top of the ParaSpell, XCM and Polkadot API
298
+
296
299
**ParaPort** is positioned as a **public good** for the Polkadot ecosystem—an SDK that any dApp can adopt to radically improve user experience. Eliminating friction from cross-chain token transfers fosters broader adoption of Polkadot's multi-chain paradigm.
297
300
298
301
- The initiative has garnered interest from various ecosystem players, who see automated bridging as a key to unlocking genuinely *cross-chain* applications.
@@ -302,4 +305,4 @@ ParaPort complements other initiatives in the Polkadot ecosystem (such as **UX B
302
305
303
306
**We look forward to furthering cross-chain capabilities with ParaPort, helping Polkadot reach its full potential as an interconnected network of specialized blockchains.**
0 commit comments