Top new questions this week:
|
I’ve been able to successfully transfer Lamports between accounts using these two different ways but I was wondering if there were any advantages doing it one way or another. I know that in the first …
|
I’m working on a system wherein there’re multiple blockchains involved, and withing each one, native assets and tokens too are used together, as well as wallet addresses of them. In Ethereum and TRON, …
|
This is a video of how it currently behaves import { useMemo } from “react”; import { ConnectionProvider, WalletProvider, } from “@solana/wallet-adapter-react”; import { …
|
Greatest hits from previous weeks:
|
I’m coming from Ethereum, and in Solidity we can pack data then hash it like keccak256(abi.encodePacked(typed_data1, typed_data2, ….)), and there is a corresponding approach in nodejs ethers.utils….
|
It’s unclear to me what the flow here should be. Typically I’ve done a test deploy locally, found the program_id that it was deployed to, and then copied that into the appropriate places. I’m using …
|
I am trying to create and partial sign a transaction for create an account, but I keep receiving a keypair mismatch error. My code looks like this: from spl.token.instructions import …
|
Getting an issue trying to run anchor test. How do I update my globally installed anchor? Error: Globally installed anchor version is not correct. Expected “anchor-cli 0.24.2”, found “…
|
I’m currently developing an escrowed NFT sale contract and when I try to update the primary_sale_happened field of an NFT, after paying the creators and right before transferring it, I get this error …
|
I’m trying bundle an OrcaSwap tx with another transaction. The thing is, I’m getting a “Signature verification failed” error when trying to serialize the transaction. My code goes something …
|
When I run solana-test-validator I get Job 1, ‘solana-test-validator’ terminated by signal SIGILL (Illegal instruction) Configuration: Mac m1 12.1 cargo 1.62.1 (a748cf5a3 2022-06-08) rustup 1.25.1 (…
|
Can you answer this question?
|
I have an nft collection that I have created using candy machine. Now I want to add new nfts to it. How do I add the new nfts to the collection?
|