-
**Describe the bug**
Field not found: 'Solnet.Programs.SystemProgram.SysVarRentKey'. When call NewOrderAsync
**To Reproduce**
Market market = await _serumClient.GetMarketAsync(AppInfo.Instance.Us…
-
**Describe the bug**
Quicknode use a Token in the URL following this format https://my-api/token/ (see here [https://www.quicknode.com/docs/solana](https://www.quicknode.com/docs/solana) )
Actuall…
-
**Describe the bug**
I think I have problem understanding the serialization/deserialization concepts of `Transaction`
I try to run the code below but the result is :
`Transaction signature verific…
-
-
In the context of Solnet.Serum we are, once again, avoiding users of the library having to pass in `Account` and/or `Wallet` to classes and relying on trusting the library is doing what it claims to d…
-
**Describe the bug**
IRpcClient rpcClient = ClientFactory.GetClient(Cluster.TestNet);
***not work
var balance = rpcClient.GetBalance(wallet.Account.PublicKey);
**To Reproduce**
St…
-
**Describe the bug**
Example 0 (AssociatedTokenAccountsExample) ,
example 19 ( SimpleMintToExample )
fail.
**To Reproduce**
`dotnet run` in Solnet.Examples dir.
**Example 0:**
```
…
-
I did not find an example of how exactly to use UpdateMetadataAccount correctly and tried it out.
In MetadataProgramData.cs Line 171
https://github.com/bmresearch/Solnet.Metaplex/blob/1e645368b02f…
-
Instead of getting the latest code from GitHub and referencing it in my project, I would like to simply use a NuGet package for Solnet.
Can you start publishing versions to https://www.nuget.org/pa…
-
For instance this is how message is signed on client side with nacl:
https://github.com/solana-labs/wallet-adapter/blob/master/packages/starter/example/components/SignMessage.tsx
Is there a way to…
nukec updated
3 years ago