- Create new pool with Open Book MarketID
- Remove LP according to the configuration
Before you begin, ensure you have met the following requirements:
- Node.js installed (v18 or above recommended)
- Yarn
- A Solana wallet with some SOL for testing the swap
Create a new .env
file and add your Private key, Rpc URL
.env
file
WALLET_PRIVATE_KEY='AaTc...'
RPC_URL='https://mainnet.helius-rpc.com/?api-key=862a...'
Then run
yarn clean
yarn build
yarn start