{"id":25703463,"url":"https://github.com/dashpay/android-dashpay","last_synced_at":"2025-08-10T06:14:02.968Z","repository":{"id":42577626,"uuid":"258569335","full_name":"dashpay/android-dashpay","owner":"dashpay","description":"JVM library for Platform and the DashPay contract","archived":false,"fork":false,"pushed_at":"2024-01-16T21:52:08.000Z","size":5176,"stargazers_count":5,"open_issues_count":2,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-30T06:46:19.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashpay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-24T16:46:26.000Z","updated_at":"2023-08-25T15:15:00.000Z","dependencies_parsed_at":"2024-01-17T00:50:53.172Z","dependency_job_id":"0a90fb6f-1919-4e27-a5c5-af2da4f1b102","html_url":"https://github.com/dashpay/android-dashpay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dashpay/android-dashpay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fandroid-dashpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fandroid-dashpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fandroid-dashpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fandroid-dashpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpay","download_url":"https://codeload.github.com/dashpay/android-dashpay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fandroid-dashpay/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269683685,"owners_count":24458736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-25T05:29:44.627Z","updated_at":"2025-08-10T06:14:02.935Z","avatar_url":"https://github.com/dashpay.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DashPay library for JVM\nThis library consists of two components\n- platform-core (similar to DashJS which handles identities, contracts, documents and names)\n- dashpay (handles the dashpay contract documents: profiles and contractRequests)\n\n# Building\nThis depends on the `android-dpp` and `dapi-client-android` libraries:\n```\ngit clone https://github.com/dashevo/android-dpp.git\ncd android-dpp\n./gradlew assemble\ncd ..\ngit clone https://github.com/dashevo/dapi-client-android.git\ncd dapi-client-android\n./gradlew assemble\ncd ..\n```\nFinally, build the library:\n```\ngit clone https://github.com/dashevo/android-dashpay.git`\ncd android-dashpay`\n./gradlew assemble`\n```\n- After building, it will be available on the local Maven repository.\n- To use it with gradle, add `mavenLocal()` to the `repositories` list in your `build.gradle` file and add `org.dashj.platform:dashpay:0.23-SNAPSHOT` and `org.dashj.platform:platform-core:0.21-SNAPSHOT` and as dependency. \n\n# Usage\n- Add mavenCentral() to your `repositories`\n- What to include in your build.gradle:\n```\ndependencies {\n    implementation \"org.dashj.platform:dpp:0.23-SNAPSHOT\"\n    implementation \"org.dashj.platform:dapi-client:0.23-SNAPSHOT\"\n    implementation \"org.dashj:dashj-core:0.19.1-SNAPSHOT\"\n    implementation \"org.dashj:dashj-bls:1.0.0\"\n    implementation \"org.dashj.platform:platform-core:0.23-SNAPSHOT\"\n    implementation \"org.dashj.platform:dashpay:0.23-SNAPSHOT\" # if dashpay contract is required\n}\n```\n# Tests\nRun tests with `gradle build test`\n\n# Publish to maven central\n```  \n./gradlew uploadArchives\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fandroid-dashpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpay%2Fandroid-dashpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fandroid-dashpay/lists"}