openethereum/parity-clib/examples/java
Sho Sawada c96d8a742b Update copyright year to 2019. (#10181)
* Update copyright year to 2019.

Have a great year.

* add `(UK)`

* 2018-2019
2019-01-23 09:26:36 +00:00
..
Main.java Update copyright year to 2019. (#10181) 2019-01-23 09:26:36 +00:00
README.md parity-clib: `async C bindings to RPC requests` + `subscribe/unsubscribe to websocket events` (#9920) 2019-01-02 16:49:01 +01:00
run.sh parity-clib: `async C bindings to RPC requests` + `subscribe/unsubscribe to websocket events` (#9920) 2019-01-02 16:49:01 +01:00

README.md

parity-clib: Java example

An example Java application to demonstrate how to use jni bindings to parity-ethereum. Note, that the example is built in debug-mode to reduce the build time. If you want to use it in real project use release-mode instead to facilitate all compiler optimizations.

How to compile and run

  1. Make sure you have installed JDK
  2. Run run.sh