CPI Examples
Last updated
Last updated
Memecoin Pools v1 are a subset of Dynamic AMM pools. Memecoin Pools v1 can be integrated with platforms such as memecoin launchpads to support liquidity and trading for the token after it has graduated from the launchpad.
This repository contains examples for CPI (Cross-Program Invocation) to swap using programs.
anchor 0.28.0
solana 1.16.1
rust 1.68.0
Integrators such as launchpads or other partners may need to use their own unique custom pool config key, if they want custom pool_creator_authority
to prevent front-running of the token launch pool. New dedicated config keys can only be created by Meteora - Please reach out to the team if this is required.
Note: The pool_creator_authority
doesn't work with program address. It's not a program whitelist, it needs to be a PDA (program derived address) or normal account.
For more details, please check the repo.
Read more about .