Original Protobuf definitions can be found at https://github.com/emeraldpay/emerald-grpc
Emerald Javascript gRPC Client is a low level API and Stubs to access different services of Emerald, including Dshackle, more details at https://github.com/emeraldpay/emerald-js-grpc
"dependencies": {
"@emeraldpay/grpc-client": "0.11.0-0.2",
}
Emerald Java gRPC Client is a low level API and Stubs to access different services of Emerald, including Dshackle, more details at https://github.com/emeraldpay/emerald-java-client
repositories {
maven {
url "https://dl.bintray.com/emerald/emerald-grpc"
}
}
dependencies {
compile "io.emeraldpay:emerald-grpc:0.6.0-0.2"
}
EtherJar is a framework agnostic modular Java 8+ integration library for Ethereum blockchains, it supports different protocols
to connect to an Ethereum API, including gRPC protocol via module etherjar-rpc-emerald
. More details at https://github.com/infinitape/etherjar