This is a liquidity locker program that allows protocols to lock their Raydium Concentrated Pool liquidity for a defined time frame by submitting the position NFTs into the program. It also enables liquidity owners to claim fees accumulated on their liquidity during the locked period.
- Anchor 0.29.0
- Solana 1.18.1
- Rust 1.75.0
Install Anchor using instructions found here.
Set up a valid Solana keypair at the path specified in the wallet
in Anchor.toml
and replace the pubkey of DEPLOYER with that account key in state.rs
.
To do local testing with anchor test
flows.