CLI for communicating with a postchain node running in server mode.

Compile Dependencies (4)

Category/LicenseGroup / ArtifactVersionUpdates
Apache 2.0
com.github.ajalt.clikt » clikt-jvm
Multiplatform command line interface parsing for Kotlin
Apache 2.0
io.grpc » grpc-api
gRPC: API
net.postchain » postchain-admin-service
Definition of rpc messages that can be used to manage postchain when running in server mode.
net.postchain » postchain-common

Test Dependencies (7)

Category/LicenseGroup / ArtifactVersionUpdates
Apache 2.0
com.willowtreeapps.assertk » assertk-jvm
Assertions for Kotlin inspired by assertj
Testing Apache 2.0
io.grpc » grpc-testing
gRPC: Testing
net.postchain » postchain-server
Testing EPL 2.0
org.junit.jupiter » junit-jupiter
Module "junit-jupiter" of JUnit
Mocking MIT
org.mockito » mockito-core
Mockito mock objects library core API and implementation
Mocking MIT
org.mockito » mockito-inline
Mockito mock objects library core API and implementation
Mocking MIT
org.mockito.kotlin » mockito-kotlin
Using Mockito with Kotlin.