Configure and Launch a DBC Token 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 DBC Token Pool
studio/config/dbc_config.jsonc
file and configure your DBC token pool settings. Set your DBC configuration
initialize_virtual_pool
instruction, so if you want to provide a vanity mint address, you will need to specify the baseMintKeypairFilepath
in the dbc_config.jsonc
file.buildCurveMode
.Create your DBC Token Pool
dbc_config.jsonc
, you can now create your token pool by running the following command.