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
- Host: GitHub
- URL: https://github.com/dashpay/dashj-android
- Owner: dashpay
- License: mit
- Created: 2020-12-08T06:36:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-05T17:11:39.000Z (8 months ago)
- Last Synced: 2025-11-10T04:32:21.040Z (8 months ago)
- Language: C
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```