Skip to content

Commit c44e022

Browse files
committed
Added Apache Camel as web3j user
1 parent 6e6a274 commit c44e022

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ client admin commands for sending transactions.
393393
To send Ether to another party using your Ethereum wallet file:
394394

395395
.. code-block:: java
396-
396+
397397
Web3j web3 = Web3j.build(new HttpService()); // defaults to http://localhost:8545/
398398
Credentials credentials = WalletUtils.loadCredentials("password", "/path/to/walletfile");
399399
TransactionReceipt transactionReceipt = Transfer.sendFunds(
@@ -430,7 +430,7 @@ Using an Ethereum client's admin commands (make sure you have your wallet in the
430430
keystore):
431431

432432
.. code-block:: java
433-
433+
434434
Admin web3j = Admin.build(new HttpService()); // defaults to http://localhost:8545/
435435
PersonalUnlockAccount personalUnlockAccount = web3j.personalUnlockAccount("0x000...", "a password").sendAsync().get();
436436
if (personalUnlockAccount.accountUnlocked()) {
@@ -528,7 +528,7 @@ Please submit a pull request if you wish to include your project on the list:
528528
- `Ethereum JDBC Connector <https://github.com/Impetus/eth-jdbc-connector/>`_ by `@impetus-opensource <https://github.com/impetus-opensource>`_
529529
- `Ethereum Tool <https://github.com/e-Contract/ethereum-tool>`_ for secure offline key management.
530530
- `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/>`_.
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/>`_.
532532

533533

534534

0 commit comments

Comments
 (0)