App Integration
Apps integrate Reiy by building transactions that submit protected intents to the protocol. The current docs mention generated TypeScript bindings through@reiy-finance/contracts-sdk; finalized package, deployment, and address details should be published with the relevant release.
Current integration model
An app should prepare to:- Connect a Sui-compatible wallet.
- Let users choose sell token, buy token, amount, minimum payout, slippage tolerance, deadline, and partial-fill preference.
- Build a transaction against the Reiy Move contracts.
- Show the user net payout and fee expectations before confirmation.
- Track intent status through indexed protocol state.
What is forthcoming
Public app integration should wait for final deployment addresses, SDK package details, and canonical examples. Until those are published, use the conceptual and trader tutorials to model the intended flow.Intents
Understand the user-facing trade object.
Make a trade
Review the expected app workflow.