Migrating Your App to the New SDKs
Overview
This guide will help developers migrate applications that interact with ar.io protocol features to the current SDKs and Solana-based workflows.
For now, use this page as a placeholder while final SDK examples and migration details are reviewed.
What This Guide Will Cover
- Updating to the latest
@ar.io/sdkversion - Replacing older protocol interaction patterns with current Solana signer flows
- Updating ArNS name registration and record-management code
- Reviewing ANT handling for Metaplex Core NFT ownership and control
- Separating Arweave data-upload wallets from Solana protocol wallets where needed
- Verifying application behavior against devnet or staging examples
Current References
These pages contain related material that should inform the final migration guide:
- ar.io SDK
- Registering ArNS Names Programmatically
- Setting ArNS Records Programmatically
- Deploy a Permanent dApp
Review Status
This page needs technical review before launch. Final content should be checked against the latest @ar.io/sdk release, generated SDK docs, Solana signer examples, and current ArNS/ANT behavior.
How is this guide?