-
Hey @mitchellkrogza are you using the latest @pyfunceble for testing?
This domain below is no longer active (HTTP code 410 Gone) and should and an special rule should have been applied to #PyFunceb…
-
Using the latest version of Nethereum with the latest version of Mailkit is not possible due to version conflicts with BouncyCastle. It would be helpful if the BouncyCastle version used in Nethereum c…
-
Hi
How Are You?
I have tow Transaction in Solnet .
I wanna add Signer first Transaction to second Transaction ?
`
Wallet wallet = new Wallet(MnemonicWords);
Account f…
-
I want to use function like getOrCreateAssociatedTokenAccount with solnet.
js
const tokenAccount = await getOrCreateAssociatedTokenAccount(
connection,
payer,
mint,
payer.publicKey
)
…
-
I'm trying to retrieve sender's answer from the solana transaction.
According to the solana specification it is possible to retrieve it from the getTransaction api using `transaction.message.instruct…
-
Hi,
I tried importing Solnet into my MAUI Mobile project.
This is the code:
```
using Solnet.Rpc;
using Solnet.Wallet;
using Solnet.Wallet.Bip39;
namespace MauiApp1;
public partial c…
-
**Is your feature request related to a problem? Please describe.**
Result builders (a big part of the transaction template structures we discussed) require a bump to Swift 5.4. Though 5.5 has feature…
-
### Godot version
v4.0.beta1.mono.official [4ba934bf3]
### System information
Windows 11
### Issue description
#### Package manager
While attempting to use Visual Studio for managing…
-
**Problem description**
Currently, to interact with a new Anchor program (or Solana program), it is necessary to write the C # code to serialize, deserialize and call the program's methods.
Anch…
-
I'm trying to replicate a metaplex v2 minting made with the metaplex js cli, here is a sample transaction: https://solscan.io/tx/2qgQRycQLf3mQi9QP1vMidod9XK1rWfhp9eDQss4ME1gFEuHVfWfDxuspsxdFBwf8no5xYj…