added label

This commit is contained in:
gosticks 2018-01-15 18:20:41 +01:00
parent 68d4b39569
commit 117002f23e
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# IOTA Flash Channel Java Wrapper
[![](https://jitpack.io/v/gosticks/iota.flash.js-java-wrapper.svg)](https://jitpack.io/#gosticks/iota.flash.js-java-wrapper)
This wrapper allows the usage of [iota.flash.js](https://github.com/iotaledger/iota.flash.js) lib directly in Java. This is achieved by running the iota.flash.js script and all dependencies (modified build of iota.flash.js) in the V8 engine (using [J2V8](https://github.com/eclipsesource/J2V8) bindings for V8).
If you have any ideas please submit a request (I am totally not a Java guy so...)

View File

@ -12,7 +12,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.eclipsesource.j2v8:j2v8_macosx_x86_64:4.6.0" level="project" />
<orderEntry type="library" name="Maven: com.github.iotaledger:iota~lib~java:0.9.10" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.2" level="project" />
</component>
</module>