ar.io SDKANT Contracts
Static Methods
ANT.fork() and the static ANT.upgrade() were AO-only (process
forking + name reassignment). On Solana, schema migration is a
per-asset CPI exposed as the instance method ant.upgrade() documented
above; new ANTs are created with ANT.spawn().
How is this guide?