How do I mint a Fungible SPL token with name, symbol, and other Metadata?
I am fairly new to Solana development and currently learning how to mint fungible tokens with custom metadata. I am able to mint a SPL-Token on devnet using spl-token library, however finding it bit...
View ArticleI have staked PYTH and I want to withdraw it but it's in a HACKED wallet
Can you help me what to do with a hacked wallet. It automatically drains the wallet whenever I send solana in it. Is there a way I can Unstake PYTH to another wallet?
View ArticleMy token appears as unknown and its data does not appear (token name)
I have created a token in Solana, but in Dexscreener and in the wallet it appears as unknown.https://solscan.io/token/2Gr2tBomBKdp8tT5fesB8PRqKxs2HkapPQYJ9oTj1YtBI have created liquidity at par with...
View ArticleHow does BullX or Photon execulate transaction without storing users' private...
i was wondering how can bullx or photon execute transaction without storing my private key? Don't they need the private key to sign the transaction? Is there a way where i can execute a transaction...
View ArticleHow to buy tokens on solana
I been working on a project since 2 weeks and I am so frustrated. i am not able to understand. Can someone help me with writing the code of swapping spl tokens from SOL. I cannot understand, how the...
View ArticleHow to mint an NFT using python/Js, in solana
What I want - To mint an NFT with the metadata and images I provide, get the associated token account address and the mint address of the NFT, using either python or Js.What I already tried:Using...
View ArticlePlanning of Solana Trading Bot
I was thinking of developing a automated trading bot for interacting with the Solana blockchain. And have two questions I'm a bit curious of:What is the rust library eco-system like with Solana...
View ArticleSolana Token Metadata Not Updating On Phantom Wallet
My spl-token metadata has been updated on solscan but still shows as "Unknown Token" on my phantom wallet.https://solscan.io/token/9FHWDAhbiAyARChp1CMZEVVX1V9QuxazsQkKG3kzVnAw
View ArticleThe declared program id does not match the actual program id
I want to verify program on devnet and follow with the verified tutorial(https://solana.com/developers/guides/advanced/verified-builds#what-are-verified-builds) but get error when execute command...
View ArticleError while running the command 'anchor build' - '`-Znext-lockfile-bump'
I am following the solana bootcamp on youtube. When I build my anchor for the first time, it shows the following error:anchor builderror: failed to parse lock file at:...
View ArticleHow to get Pyth dependency to use V1 Solana SDK?
I have built a project using Anchor + V1 Solana SDK. I am trying to add Pyth dependency to my project.https://crates.io/crates/pyth-solana-receiver-sdk/0.3.2How to reproduceavm use 0.29.0rustup...
View ArticleLimiting minting supply of fungible token
I'm trying to understand how to limit max_supply of Mint token (using fungible SPL Token).In example (from this repo): pub fn create_token(ctx: Context<CreateToken>, decimals: u8, amount: u64)...
View ArticlePhantom CRX link used in phantom/synpress returns 404
I am using my own fork of https://github.com/phantom/synpress to create e2e automation for a Solana app. The key thing here is that Phantom team has provided a CRX link of Phantom wallet's latest...
View ArticleSolana RPC node falling behind
Hello guys no matter what i try i cant keep up in network, it says we are falling behind, i download latest snapshot which makes us only 1900 slots behind and we are supposed to gain slots and instead...
View ArticleWallet not connected after npm run dev
Following solana bootcamp and in project 2 while setting local environment, after running npm run dev, no wallet is connected like in the video (https://youtu.be/amAq-WHAFs8?t=2749)
View ArticleHow to increase the memory limit in Devnet using Rust?
Now I am working with a Solana program and using serialization and deserialization. But I have memory limit error, because the memory of serialized values is too large.How to solve this problem?
View Articlewhen I run anchor test using rust test case I can not see the std out print;
The code like println!("Your transaction signature {}", tx); cannot work in my test case.I use anchor test they can finish the test and success but can not print msg I want.
View ArticleSolscan tagged Binance Deposit Wallet
When I looked at the Solscan transactions, they tagged Binance deposit wallets. Does anyone have information on how I can access these wallets?
View ArticleWhat metrics should look when solana agave node starts lagging?
We running several nodes in several data centers and sometimes they lag, but catch up quickly ( in a minute or so ).We have several solana nodes running on agave v 2.0.18 v 2.0.20.in different data...
View Article"Create Token" on Solana keeps resulting in "Segmentation fault"
Dear Solana CommunityAfter spending hours in finding the root cause of "segmentation fault", I am finally posting this thread, while hoping to obtain a support.As a matter of fact, running these...
View Article