Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
eepstein committed Nov 10, 2017
2 parents 4ac0470 + 310a504 commit 8db2092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Features
- Ethereum wallet support
- Auto-generation of Java smart contract wrappers to create, deploy, transact with and call smart
contracts from native Java code
- from solc output; or
- from Truffle `.json` contract files.
- from solc output; or
- from Truffle `.json` contract files.
- Reactive-functional API for working with filters
- Support for Parity's
`Personal <https://github.com/paritytech/parity/wiki/JSONRPC-personal-module>`__, and Geth's
Expand Down Expand Up @@ -265,7 +265,7 @@ Then generate the wrapper code using web3j's `Command line tools`_:

.. code-block:: bash
$ cd /path/to/your/webj/java/project
$ cd /path/to/your/web3j/java/project
$ web3j truffle generate /path/to/<truffle-smart-contract-output>.json -o /path/to/src/main/java -p com.your.organisation.name
Whether using `Truffle` or `solc` directly, either way you get a ready-to-use Java wrapper for your contract.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Features
- Ethereum wallet support
- Auto-generation of Java smart contract wrappers to create, deploy, transact with and call smart
contracts from native Java code
- from solc output; or
- from Truffle `.json` contract files.
- from solc output; or
- from Truffle `.json` contract files.
- Reactive-functional API for working with filters
- Support for Parity's
`Personal <https://github.com/paritytech/parity/wiki/JSONRPC-personal-module>`__, and Geth's
Expand Down

0 comments on commit 8db2092

Please sign in to comment.