@@ -5,9 +5,9 @@ Java client for [Exonum blockchain][exonum].
55Exonum light client is Java library for working with Exonum blockchain
66from the client side and can be easily integrated to an existing
77Java application.
8- Also, Exonum light client provides access to [ common utils] [ ejb-common ]
9- toolkit which contains some helpful functions for _ hashing _ ,
10- _ cryptography_ , _ serialization_ etc.
8+ Also, Exonum light client provides access to [ common utils] [ ejb-documentation ]
9+ ( ` com.exonum.binding.common.* ` packages) toolkit which contains some helpful
10+ functions for _ hashing _ , _ cryptography_ , _ serialization_ , etc.
1111
1212## Capabilities
1313By using the client you are able to perform the following operations:
@@ -133,9 +133,9 @@ which is required for the client.
133133Apache 2.0 - see [ LICENSE] ( ../LICENSE ) for more information.
134134
135135[ exonum ] : https://github.com/exonum/exonum
136- [ ejb-common ] : https://exonum.com/doc/api/java-binding-common /0.6 .0/
137- [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding-common /0.6 .0/com/exonum/binding/common/message/TransactionMessage.Builder.html
136+ [ ejb-documentation ] : https://exonum.com/doc/api/java-binding/0.7 .0/index.html
137+ [ exonum-tx-message-builder ] : https://exonum.com/doc/api/java-binding/0.7 .0/com/exonum/binding/common/message/TransactionMessage.Builder.html
138138[ protobuf ] : https://developers.google.com/protocol-buffers/docs/proto3
139- [ standard-serializers ] : https://exonum.com/doc/api/java-binding-common /0.6 .0/com/exonum/binding/common/serialization/StandardSerializers.html
139+ [ standard-serializers ] : https://exonum.com/doc/api/java-binding/0.7 .0/com/exonum/binding/common/serialization/StandardSerializers.html
140140[ send-tx-it ] : ./src/test/java/com/exonum/client/ExonumHttpClientIntegrationTest.java
141141[ exonum-client ] : https://exonum.com/doc/api/java-light-client/0.2.0/com/exonum/client/ExonumClient.html
0 commit comments