File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Exonum Java Binding Application
2+
3+ Exonum Java Binding is a framework for building blockchain applications in Java,
4+ powered by Exonum.
5+
6+ With Exonum Java Binding you can define stateful Exonum Services in Java,
7+ configure a network of nodes and run your services in it.
8+
9+ For more information see the relevant documentation on the tool:
10+ - [ User Guide] ( https://exonum.com/doc/version/0.13-rc.2/get-started/java-binding/ )
11+ - [ Javadocs] ( https://exonum.com/doc/api/java-binding/0.9.0-rc1/index.html )
12+
13+ # License
14+
15+ This project is licensed under the Apache License, Version 2.0.
16+ See [ LICENSE] ( LICENSE ) for details.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ cp LICENSES-THIRD-PARTY.TXT "${PACKAGING_ETC_DIR}"
120120# Copy fallback logger configuration
121121cp ./core/rust/exonum-java/log4j-fallback.xml " ${PACKAGING_ETC_DIR} "
122122
123- # Copy tutorial
124- cp ./core/rust/exonum-java/TUTORIAL .md " ${PACKAGING_ETC_DIR} "
123+ # Copy readme
124+ cp ./core/rust/exonum-java/README .md " ${PACKAGING_ETC_DIR} "
125125
126126# We use static linkage for RocksDB because in case of dynamic linking
127127# the resulting app has a dependency on a _particular_
You can’t perform that action at this time.
0 commit comments