c96d8a742b
* Update copyright year to 2019. Have a great year. * add `(UK)` * 2018-2019 |
||
---|---|---|
.. | ||
Main.java | ||
README.md | ||
run.sh |
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
- Make sure you have installed JDK
- Run
run.sh