User Guide
Last updated
Last updated
Start the bot by sending the command /start.
Click on "Create Account," which will provide you with two addresses: your public address and a private key.
Copy the private key and click on "Import Account" to insert the key.
4-5. Deposit some SOL into your account to fund the token creation.
Click on "Create Token" and specify the total supply; the token address will be generated.
Proceed to "Upload Metadata" where you can set the token name, symbol, and URL.
Inside QuickMocker, create a project and add an endpoint with the GET method; the URL path can be anything, but it must end in .json.
Set the response type to JSON (application/json).
In the response body, enter your desired template.
Template below:
1.{ 2."name": "Insert Name Here", 3."symbol": "Insert Symbol Here", 4."description": "Insert Description Here", 5."image": "Insert Image URL Here", 6."Content-Type": "application/json" 7.}
8.
Paste the modified URL in the bot.
Your token is now fully deployed and ready to use.
To manually create a market and add liquidity to your Solana token, follow these steps:
Set the minimum price tick size to 0.000001 and provide your token contract.
Create the market and note the OpenBook market ID.
Input the OpenBook market ID and add the desired liquidity.
You'll receive LP tokens in return.
To generate the URL, sign up for a free account at .
Update the endpoint and copy the URL provided (e.g., ). Remove the 'q' and replace it with .json so that it ends with .json.
Visit .
Go to .
Access to burn LP tokens as needed.