Scala library for Hyperledger Iroha.
Add the following library dependency into your project:
libraryDependencies += "castleone" %% "iroha-akka" % "1.0.10"
- JDK8+ is required
- integration tests require one or more Iroha nodes
- a snapshot build of ed25519-sha3-java
#!/bin/bash
mkdir ${HOME}/workspace
cd ${HOME}/workspace
git clone https://github.com/frgomes/ed25519-sha3-java
cd ed25519-sha3-java
git checkout RG0001-Code_review
./sbt publishLocal
#!/bin/bash
mkdir ${HOME}/workspace
cd ${HOME}/workspace
git clone https://github.com/frgomes/iroha-scala
cd iroha-scala
git checkout RG0001-Code_review
./sbt compile
#!/bin/bash
cd ${HOME}/workspace/iroha-scala
$ ./sbt test
TBD