bilix-software / solana-pump-fun

Facilitates the execution and simulation of buy and sell transactions for pump.fun on the Solana blockchain.
https://viper.bot
MIT License
103 stars 47 forks source link

How to get create token instruction id? #1

Closed dzhisl closed 5 months ago

dzhisl commented 5 months ago

Hey, I've tried to derive create token instruction id using your python code but i get errors all the time can you provide it please?

bilix-software commented 5 months ago

Well this is a typescript library, so unsure what you mean by python code. https://github.com/bilix-software/pump-fun-token-launcher/blob/main/src/launch.ts check out this file of another repository of mine where the create token instruction can be found.