Open RomanticBarracks opened 3 months ago
since creating a token on Solana needs a keypair which can create by typing a command "solana-keygen new", with that be generated, you can copy the path of the keypair, and paste in our command!
Thx it works now !
May I ask you one more question? I apologize in advance as it is not related to your project.
I can't find the .json file generated when running solana-keygen grind --starts-with a23:1. Where can I find it?
should be in the directory where you just ran the command
should be in the directory where you just ran the command
Appreciate it, brother
node /Users/chiwangso/Desktop/solana-memecoin-cli/src/pumpfunsdk-js/pumpdotfun-sdk/src/createAndBuy.js --pathToMintKeypair /Users/chiwangso/Desktop/solana-memecoin-cli/src/pumpfunsdk-js/pump-keypair/aNJh1sNPsX1TAPxiqhZxYBkzseuRJZxPpBEcjDBpYnL.json --sol 0.01 --name juiceWrld --symbol JW --description iWillChangeTheWorld --file /Users/chiwangso/Desktop/solana-memecoin-cli/src/pumpfunsdk-js/pumpdotfun-sdk/images/999.jpg
from this what should I put in "pathToMintKeypair" ? Do I have to mint keypair first and put it there or is there any mint thing in your code? In this context where is 'aNJh1sNPsX1TAPxiqhZxYBkzseuRJZxPpBEcjDBpYnL' from?
Btw your work is wonderful! Thank you !