Raydium constant product AMM Program without place order to OpenBook. The curve algorithm is inspired by Solana's official token-swap.
- Install Rust.
- Install Solana and then run solana-keygen new to create a keypair at the default location.
- Install Anchor.
Clone the repository and enter the source code directory.
git clone https://github.com/raydium-io/raydium-cp-swap
cd raydium-cp-swap
Build And deploy
anchor build
anchor deploy
Attention, check your configuration and confirm the environment you want to deploy.
Raydium constant product swap is licensed under the Apache License, Version 2.0.