Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Java 使用 web3j。我能够为我的以太坊创建新帐户,但我不明白如何使用密码或其他方式获取单个地址。
Credentials credentials = Credentials.create("password");
将允许您访问credentials.getAddress()
credentials.getAddress()