Mainnet SPL token configuration in Anchor's Localnet tests
I have a query like I have deployed a token on mainnet and has declared that token on the anchor contracts. Now I want to know the best practices such that I can test in locally using anchor test...
View ArticleHow can we get our dApp to not have the malicious error
My dapp showing malicious warning error everytime am buying the token..how to resolve this blowfish not provide any valid solution...kindly assist me
View ArticleWhy is the createMint call not working
import { getExplorerLink, getKeypairFromEnvironment } from "@solana-developers/helpers";import { createMint } from "@solana/spl-token";import { Connection, clusterApiUrl } from "@solana/web3.js";import...
View ArticleSign Program Method Transaction with Secret Key
I have a method in my program that can only be fired by the admin address. Now I am trying to fire this method using Next.js server actions using the secret key of the admin address. But I am having...
View ArticleGet the creator of a token
I'm monitoring some pump tokens and I want to know who originally created the token, now , I've seen the following answer:I need to get the creator of an SPL token that has been minted alreadyproblem...
View ArticleAbout the price
I saw the Total supply of Solana today and it's over 79 million plus seems its inception.And my question is right now the supply is around 15.8 % up isn't this alarming?How the price could go higher if...
View ArticleInteract with my program on react app
I am a begineer on Solana blockchain development.I am trying to have my front end application built with react communicate with my program deployed on a localblockchain.What I did:Created a program...
View ArticleTokens created by 7 days
I'm just a data analysis student who needs to do college work.I will write an article about MEMECOINS and their behavioral patterns, gains, losses, activity and the like.What I need exactly is:All...
View ArticleNo Deposition of Solana Token
I haven't received my Solana token I deposited to my phantom wallet, I don't know whybut I do really need the token to make an immediate transaction
View Articlestore more tx_data
I find that my node has a very low amount of data, what parameters can I use to ensure that my node keeps a month's worth of data . And the version of solana-valicator is v1.18.15.
View ArticleData Hashing vs Merkle Trees (account compression) on Solana. Which is better...
We are using Solana's hash function: (https://docs.rs/solana-program/1.15.2/solana_program/hash/struct.Hash.html) to compress a large data sample (only strings) it takes thousands of bytes down to a...
View ArticleFor a given IDL and account name, is there a lib (anchor or other) or...
So I'm having trouble finding the offset for some account keys of programs that have an IDL and would like to get some help on this. For example in this...
View ArticleGet latest Solana token transfers
I need to get the latest transactions that have Solana token transfers. For this I tried out the blockSubscribe WSS method but it seems to be throwing errors. I am using Alchemy WSS on the mainnet for...
View ArticleBest Approach for Buying New Tokens on Solana Chain from a Server Node
I'm researching the best approach for buying new tokens on the Solana blockchain and would appreciate your advice. I intend to execute this from a node on the server side.I understand that Project...
View ArticleHow to get live price in dollar for any Solana tokens?
I'm working on a Node.js bot using the Raydium SDK. My goal is to fetch the price of any token on the Solana blockchain, given its address, and display the updated price in the terminal every second. I...
View ArticleHow can I update the token logo of our coin on Phantom?
We updated the token logo metadata over a month ago for Solanacorn (ca: 6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok; https://solscan.io/token/6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok) but the old...
View Articledeploy program and failed at 99% almost every time?
Error: 1 write transactions failedThere was a problem deploying: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "" }.what this means? some one rejected my deploy? All I can do...
View ArticleHow do I create customized Solana SPL or SPL 2022 contracts with these...
How do I create customized Solana SPL or SPL 2022 contracts with these specific security functions?''The function I wanted in this contract is that only the developer's wallet can apply the token's...
View ArticleHow do I create a Solana 1v1 betting system for a game?
I have a Photon Fusion server-authoritative 1v1 game. The idea is to allow each player to put-up a certain amount of SOL before the match starts. The winner of the match receives the bet pool.Are there...
View ArticleBuffer is not defined
I'm trying to execute code on the client side (not react, not node.js):<script...
View Article