1
Clone the example repo
2
Setup .env
To deploy these tokens you’ll need to setup your Then add your values to this file.
.env file. Get started by copying the example:3
Add environment varialbles to shell
Make these values available to your shell
4
Deploy test token contract
Now you can run the deploy script for any of the test tokens.This will return a contract address of the newly deployed token. Go ahead and add that to the shell as well:
5
Mint some tokens
Finally, go ahead and mint tokens to be used for initializing the AMM pool.The above command will mint 1,000,000 tokens to the wallet associated with the private key.Now you’re ready to create a pool!