Seamless Cross-Chain Experience
One signature. Zero complexity. Multiple chains.
ParaPort enables “auto-teleport” flows in the Polkadot ecosystem — automatically funding the destination and guiding users through cross-chain transfers with a drop‑in UI or framework components.
- @paraport/core — core logic and evented session management for auto‑teleport
- @paraport/vue — Vue 3 component library and plugin
- @paraport/react — React component wrapper
- @paraport/sdk — framework‑agnostic, embeddable UI (ships CSS + init API)
- @paraport/static — chain metadata, providers and constants
- React integration: see @paraport/react usage and props
- Vue 3 integration: see @paraport/vue usage and props
- Embedded SDK: see @paraport/sdk usage and options
# Install workspace deps
pnpm install
# Build all packages (in correct order)
pnpm build
# Run all package dev builds in watch mode
pnpm dev
# Lint focused packages
pnpm lintRequirements
- Node.js (LTS)
- pnpm 9.1.3+
See TESTING.md for a consolidated, step-by-step guide covering build order, commands to run unit/integration tests across packages, and the required environment variables for live E2E tests.
MIT