Colosseum — discover select projects from the proving ground for crypto's best builders
Learn moreSecure migration to the new META token
Connect your wallet to start migrating your METAC tokens to META
Connect wallet to view your migration history
For developers who want to integrate migration into their own applications. We publish the NPM package @metaDAOproject/token-migrator
We use Anchor to build the program. Follow the installation guide: anchor-lang.com/docs/installation
# Clone the repository git clone https://github.com/metaDAOproject/token-migrator.git # Navigate to directory cd token-migrator # Install rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Install Solana CLI sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)" # Add solana to your path source ~/.bashrc # Install anchor cargo install --git https://github.com/coral-xyz/anchor avm --force # Install and set anchor version avm install latest avm use latest # Install dependencies yarn install # Build the program anchor build
# Set the amount you want to migrate vim scripts/migrate.ts # 1_000_000_000 is 1 METAC const amount = new BN(1_000_000_000); # Run the migration anchor run migrate --provider.cluster mainnet-beta --provider.wallet ~/.config/solana/id.json
© MetaDAO LLC 2023-2026© 2023-2026. ALL RIGHTS RESERVED.