Nathan Martell
Nathan Martell
` Wallet wallet = new Wallet("test", passphrase: "test"); Account signer = wallet.GetAccount(0); PublicKey customer = new PublicKey("customers public key here"); PublicKey mint = new PublicKey("NFT mint address here"); byte[] metadataKeyBytes...
Patched in https://github.com/bmresearch/Solnet.Metaplex/pull/50 Updating the nuget package now. Let me know if you run into any other issues. The issue was from using the non-fungible token standard setting. Switching the...
#43 #44 Reservation and Reservation list hasnt been implemented yet
Have you tried installing the plugin from the Unreal Marketplace or from the source?
Try this: Install the plugin from the marketplace. Navigate to the marketplace plugins in the engine folder and copy the source folder to your project folder. Copy this folder. D:\UE_5.4\Engine\Plugins\Marketplace\SolanaSDK\Source...
The latest version of solnet can be found under the net8 solana tags on nuget https://www.nuget.org/packages/Solana.Rpc
Thanks for the heads up! I will push an update later today to remove all the deprecated functions and have it mimic the rust/js lib
Yeah Agave 2.0 migration is complete. https://github.com/bmresearch/Solnet/commit/bcb31444c3700264a8e7adb701a2df3d9d7cec1c
This is from Solnet.Serum. Maybe it will help bypass the verification issue. When certain transactions are deserialized the public keys for the signatures are pulled from the instructions which can...
@pfleeter Which version of solnet are you using?