标签: uwp ethereum go-ethereum
使用nethereum和UWP创建新的以太坊钱包帐户时,不会创建密钥库文件。此外,新创建的帐户不在私人网络中。
使用以下代码创建新帐户:
var privateKey = txtPassword.Text.ToHexUTF8(); var account = new Nethereum.Accounts.Account(privateKey);