You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -430,7 +430,7 @@ Using an Ethereum client's admin commands (make sure you have your wallet in the
430
430
keystore):
431
431
432
432
.. code-block:: java
433
-
433
+
434
434
Admin web3j =Admin.build(newHttpService()); // defaults to http://localhost:8545/
435
435
PersonalUnlockAccount personalUnlockAccount = web3j.personalUnlockAccount("0x000...", "a password").sendAsync().get();
436
436
if (personalUnlockAccount.accountUnlocked()) {
@@ -528,6 +528,8 @@ Please submit a pull request if you wish to include your project on the list:
528
528
- `Ethereum JDBC Connector <https://github.com/Impetus/eth-jdbc-connector/>`_ by `@impetus-opensource <https://github.com/impetus-opensource>`_
529
529
- `Ethereum Tool <https://github.com/e-Contract/ethereum-tool>`_ for secure offline key management.
530
530
- `Ethereum Java EE JCA Resource Adapter <https://github.com/e-Contract/ethereum-resource-adapter>`_ provides integration of Ethereum within Java EE 6+.
531
+
- `Apache Camel Ethereum Component <https://github.com/apache/camel/blob/master/components/camel-web3j/src/main/docs/web3j-component.adoc>`_ by `@bibryam <https://github.com/bibryam/>`_.
0 commit comments