Nethereum.SimpleWindowsWallet icon indicating copy to clipboard operation
Nethereum.SimpleWindowsWallet copied to clipboard

Simple Windows Wallet Sample using Reactive UI

Results 5 Nethereum.SimpleWindowsWallet issues
Sort by recently updated
recently updated
newest added
trafficstars

Trying to use with Ganache default RPC server 127.0.0.1:7545 and the app crashes. Also if you can make clear if this can be used with my own geth node also....

Parameter transaction is null when TransactionViewModel.Initialize(transaction) is called from MessageBus.Current.Listen() in class TransactionsViewModel... Here is a copy of the calling code: MessageBus.Current.Listen().Subscribe(async x => { if (Util.Utils.IsValidUrl(Url)) { var web3...

Various exceptions related to insufficient gas and "RpcResponseException: replacement transaction underpriced"

I'm using Metamask to export my private key. It exports it as a simple hex string of characters - not a JSON structure. The Wallet expects a JSON formatted private...