Configure and Launch a DAMM v1 Pool on Meteora using nothing but a configuration file and a few CLI commands
Clone and Setup Meteora Invent
Optional: Start a Local Test Validator
http://localhost:8899
. Setup Environment Variables
.env
file. Configure the following variables:PRIVATE_KEY
- Your private key for the wallet you will be using to deploy the pool.keypair.json
file in the studio
directory which will be used for all actions in this guide. Configure your DAMM v1 Pool
studio/config/damm_v1_config.jsonc
file and configure your DAMM v1 pool settings. Set your DAMM v1 configuration
baseMint
token or parsing in an existing baseMint
token.activationPoint
(in slots or timestamp depending on the activationType
).Create your DAMM v1 Pool
damm_v1_config.jsonc
, you can now create your pool by running the following command. These commands will create your pool and keypair.json
and print the pool address and other relevant information to the console.