This depends on the android-dpp library
git clone https://github.com/github/dashevo/android-dpp.git
cd android-dpp
./gradlew assemble
Build this library:
git clone https://github.com/github/dashevo/dapi-client-android.git
cd dapi-client-android
./gradlew assemble
- After building it will be available on the local Maven repository.
- To use it with gradle, add
mavenLocal()to therepositorieslist in yourbuild.gradlefile and addorg.dashevo:dapi-client:0.17-SNAPSHOTas dependency.
Run tests with gradle build test
The .proto files are located here: https://github.com/dashevo/dapi-grpc.git (/protos directory)
In this project, they are in the /src/main/proto directory
- Publish to jcenter/maven central