ParaLink is an asset exchange hub based on XCM within Polkadot parachains. Unlike other exchange tools, it automatically supports parachains and assets that meet the Support Requirements. Once these requirements are met, your parachain and its asset pairs are supported by ParaLink with no manual intervention, significantly simplifying integration and enhancing asset exchange efficiency for the Polkadot community.
ParaLink will automatically support chains that meet the following criteria:
- The parachain is connected to another parachain via HRMP, and the channel is active.
- The parachain supports XCM, and the
XcmPaymentRuntimeApi
is available. For more details, refer to this guide.
Assets within your parachains will be automatically supported if they meet the following requirement:
- The asset is listed in the asset-transfer-api-registry, which we use to obtain asset registry details.
- The asset should be included in the target chain’s
xcmPaymentAcceptTokens
list.
As long as your parachain and assets meet these requirements, they will be automatically supported by ParaLink. Enjoy the seamless integration!
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS
- Shadcn UI
- Viem v2
- Wagmi v2
- Node.js 18+
- pnpm 8+
- Clone the repository
git clone https://github.com/ringecosystem/paralink.git
cd paralink
- Install dependencies
pnpm install
Start the development server for the UI:
pnpm run dev:ui
Here are some common Builder command line examples:
- Run the Builder:
pnpm run dev:builder
- Build for production:
pnpm run build:ui
- Start production server:
pnpm run start:ui
- Build the project:
pnpm run build:builder