You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
The JOTA library is a simple Java wrapper around [[IOTA]](http://www.iotatoken.com/) Node's JSON-REST HTTP interface.
7
7
@@ -18,7 +18,7 @@ A list of all *IOTA* JSON-REST API commands currently supported by jota wrapper
18
18
JOTA java wrapper is being designed to be thread-safe and simplest as possible in order to be easily mantainable, accordingly with the ongoing natural evolution of IOTA'api.
19
19
All the boilerplate code for connecting to the node rest interface has been eliminated using Retrofit.
20
20
21
-
##Technologies & dependencies
21
+
##Technologies & dependencies
22
22
23
23
The JOTA library has been designed to be used with Java6+, in order to promote compatibility with Android.
24
24
@@ -31,7 +31,7 @@ Other dependencies:
31
31
* Simple Logging Facade for Java 1.7.21 [[link]](http://www.slf4j.org/)
32
32
* Apache Commons Lang 3.3.2 [[link]](http://commons.apache.org/proper/commons-lang/)
33
33
34
-
##Getting started <aname="getting-started"></a>
34
+
##Getting started <aname="getting-started"></a>
35
35
36
36
Connect to your local node with the default settings is quite straightforward: it requires only 2 lines of code. For example, in order to fetch the Node Info:
37
37
@@ -54,20 +54,26 @@ In order to communicate with *IOTA node*, JOTA needs to be aware of your node's
54
54
iota.node.host=127.0.0.1
55
55
iota.node.port=14265
56
56
57
-
Jota is still *not* in the central maven repository.
57
+
Jota is still *not* in the central maven repository.
58
58
59
-
##Warning
59
+
60
+
## Warning
60
61
- This is pre-release software!
61
62
- There may be performance and stability issues.
62
63
- You may loose all your money :)
63
64
- Please report any issues using the <ahref="https://github.com/iotaledger/iota.lib.java/issues">Issue Tracker</a>
64
65
65
-
That's it!
66
-
67
-
##Examples
66
+
## Examples
68
67
69
68
There's an extensive list of test coverages on the src/test/java package of the project that can be used as reference.
70
69
71
-
##Supporting the project
70
+
## Documentation
71
+
72
+
A hosted version of the javadoc for the latest release can be found [here](https://iotaledger.github.io/iota.lib.java/javadoc/)
73
+
74
+
75
+
## Supporting the project
72
76
73
77
If JOTA has been useful to you and you feel like contributing, consider posting a bug report or a pull request.
0 commit comments