Skip to content

arndey/iroha-java-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages