Connext provides the simplest possible experience for building xchain applications (xApps).
Building a xApp requires only two straightforward steps:
- Implement
xReceive
in the destination chain contract. This is the function that receives the payload you pass across chains. - Call
xcall
on the origin chain, passing in your payload and relayer fees.
Get started with the Quickstart!
Take a moment to review the Transaction Lifecycle. Here we introduce the concept of "fast path" and "slow path" (authenticated) transfers. The differentiation is crucial to understand for any cross-chain project. Then, try it out with our Authentication guide.
Check out our guide on relayer fees and how to estimate them.
You should always build in contingency for failed calls.
Dive into the current status of an xcall
.
You can even chain xcall
s
across domains! 😮
Create seamless cross-chain interactions without having to switch chains! 🤯
Have questions or need support? Our core team and vibrant community members are highly active in our Discord server!