Top new questions this week:
|
I upgraded to latest version of github.com/solana-labs/wallet-adapter in order to use the Mobile Wallet Adapter in Android devices. AS the time of writing this, the only wallets that have …
|
Can you issue a createTransferInstruction() then a createCloseAccountInstruction() in the same transaction? Like for instance if you had an NFT exchange like MagicEden, can they transfer an NFT and …
|
I have a wallet 5FHwkrdxntdK24hgQU8qgBjn35Y1zwhz1GZwCkP2UJnM that has a token account Tig6ugKWyQqyRgs8CeDCuC3AaenQzRJ5eVpmT5bboDc. I can see the transaction …
|
I’m running const nfts = await metaplex.nfts().findAllByCreator({ creator }); the request only works in devnet: ‘https://api.devnet.solana.com/’, but when I change to another rpc it just gives me an …
|
Rand lib is supported in rust but not supported in anchor lang. I want to generate a random number lets say between a range of 0-10. Is there is a way I can do in anchor lang. Or alternatively, if …
|
can anyone help me in this, i am trying to get Solana logs on vs code terminal but it is not showing.i tried with this command “solana logs –url localhost” but i did not get.may i know what …
|
I’m trying to sign up for the weekly NFT mailing list with my .sol address. I type my Phantom address but this error shows up. Please provide a valid .sol address. Is the Phantom address different …
|
Greatest hits from previous weeks:
|
Is it possible to use a PDA as the payer in an anchor init macro. If so how? I have tried simply setting the payer to be a PDA but have received the error. “signer privilege escalated” #[…
|
I’m aware you can add another account with a separate private key using Phantom wallet (on Chrome), but at the end it’s sharing the same recovery phrase. However I’ve got multiple wallets with …
|
The Ask We are building a game and we want to also present trade stats to our players. We need to be able to efficiently index and track not just mints, but transfers of nfts in real time. The Problem …
|
Why is Transactions Per Second (TPS) used as measure to indicate the Solana network performance? In my opinion TPS depends on traffic in general. If nearly nobody is using the chain, the TPS is low. …
|
This is my Code, the output is 1000, I tried with another address which had 18 TXNs & the output was 18 , the wallet below has more than a million transactions, Solana/web3js is limited to fetch …
|
OK, Im trying to make transactions on backend(Nodejs). I want to make transactions that are made on the backend and want to store there as well(This parts easy). I just want to make sure, Because I …
|
I am struggling with the metaplex.nfts().loadNft(): https://github.com/metaplex-foundation/js#loadnft I am getting a list of NFT from a wallet using findAllByOwner(). But, it says lazy = true. So, I …
|
Can you answer these questions?
|
I am trying to replicate the following with VersionedTransaction – Backedend API – transaction.partialSign(devWalletKey); let serializedTransaction = transaction.serialize({ …
|
Hi I’m studying this often cited custom token escrow program on Anchor in order to create something like it with a frontend. My question is about the creation of the EscrowAccount. (Account that …
|
Please help. I unstaked SOL on TrustWallet from 5 or so delegators at once. Since then, when I go to claim my rewards, I receive the following error: encoded solana_sdk::transaction::versioned::…
|