-
### Premise
Hope this is not due to some error I am making.
---
**Describe the bug**
I am using the RPC call `GetProgramAccounts/Async` on the Token Metadata program ID in order to retrieve …
-
**Is your feature request related to a problem? Please describe.**
I'm thinking there is a gap for a higher-level `TokenWallet` construct that is also capable of understanding and navigating the SPL …
-
Hello sols, I'm following the 'Hello World' of Solnet, Docs are out of date.
(https://blockmountain.io/Solnet/articles/hello_world.html)
var tx = new TransactionBuilder()
.Ad…
-
**Describe the bug**
I was trying to use SolNet 0.4.12 to generate some wallets which could be imported to Phantom Web Wallet.
However when generating wallets using the library the private keys from…
-
#### Problem
I have a mnemonic words from Phantom Wallet and I want get the Keypair in Rust. How could I do that?
In C# there is the lib https://github.com/bmresearch/Solnet
Which I can get the…
-
` "accounts": [
{
"publicKey": "FMR1zwHNJQUSTZ6MQXFaUdz2QfUqUvjidCyAcG6dh5CD",
"owner": "GsguXojeGATpZGW8VNfW8qQCBVodbW2qGS8bUEbdGZfv",
…
-
Hi guys,
I'm trying to sign the metaplex NFT with the code below. However, when I check if it was properly signed it says it is not signed.
This is what I get from the metadata:
---Creators--…
-
**Describe the bug**
RpcClient is failing to parse valid JSON returned from servers.
**To Reproduce**
Steps to reproduce the behavior:
In devnet, call rcpClient.GetSignaturesForAddress("GovER5Lt…
-
Transaction sim:
{"jsonrpc":"2.0","error":{"code":-32003,"message":"Transaction signature verification failure"},"id":1}
I cant mint nft.
This is my code:
`
var rpcClient =…
-
**Describe the bug**
The code interface is awkward or incorrect, when an account need to be a signer, `Account` is provided
https://github.com/bmresearch/Solnet/blob/93b568458abe5f866d0e030ac0fe1369…