1

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

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

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

0 回答 0