Skip to content
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

Open
RomanticBarracks opened this issue Jul 28, 2024 · 6 comments
Open

I have question [pumpfun create & initial buy] #14

RomanticBarracks opened this issue Jul 28, 2024 · 6 comments
Labels
good first issue Good for newcomers

Comments

@RomanticBarracks
Copy link

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 !

@outsmartchad
Copy link
Owner

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!

@outsmartchad
Copy link
Owner

more details in here: https://www.quicknode.com/guides/solana-development/getting-started/how-to-create-a-custom-vanity-wallet-address-using-solana-cli

@outsmartchad outsmartchad added the good first issue Good for newcomers label Jul 28, 2024
@RomanticBarracks
Copy link
Author

Thx it works now !

@RomanticBarracks
Copy link
Author

May I ask you one more question? I apologize in advance as it is not related to your project.
스크린샷 2024-07-28 182022

I can't find the .json file generated when running solana-keygen grind --starts-with a23:1. Where can I find it?

@outsmartchad
Copy link
Owner

should be in the directory where you just ran the command

@RomanticBarracks
Copy link
Author

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
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants