An open API service indexing awesome lists of open source software.

https://github.com/dashpay/dashj-android

Android JNI libraries for BLS, X11 and scrypt which are used by DashJ
https://github.com/dashpay/dashj-android

Last synced: about 1 month ago
JSON representation

Android JNI libraries for BLS, X11 and scrypt which are used by DashJ

Awesome Lists containing this project

README

          

# DashJ BLS for Android

```bash
git submodule update --init --recursive
./gradlew build
```

### Publish to Maven Local
```
./gradlew publishToMavenLocal
```

### Publish to Maven Central

To deploy to the maven repository:
```bash
./gradlew clean
./gradlew publish
./gradlew jreleaserDeploy
```