Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 673 Bytes

Iroha SDK Java 8 sample

Build project

From project root you can run ./gradlew build

Setup Iroha

To lift one Iroha peer you can use command docker compose -f docker/docker_compose.yml up

Take a look at the files config.json and genesis.json as well. Here you can find some Iroha settings and initial data.

API_URL and TELEMETRY_URL specified in config.json you can also find in App.main function as peerUrl and telemetryUrl variables.

Then you can run App.java

Might be useful

To generate new key pair you can use CryptoUtils.generateKeyPair()