-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have question [pumpfun create & initial buy] #14
Labels
good first issue
Good for newcomers
Comments
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 ! |
should be in the directory where you just ran the command |
Appreciate it, brother |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 !
The text was updated successfully, but these errors were encountered: