未创建以太坊键盘文件

时间:2017-11-09 12:07:18

标签: uwp ethereum go-ethereum

使用nethereum和UWP创建新的以太坊钱包帐户时,不会创建密钥库文件。此外,新创建的帐户不在私人网络中。

使用以下代码创建新帐户:

var privateKey = txtPassword.Text.ToHexUTF8();
var account = new Nethereum.Accounts.Account(privateKey);

0 个答案:

没有答案