{"id":25703427,"url":"https://github.com/dashpay/dashj-bls","last_synced_at":"2025-04-30T06:46:06.341Z","repository":{"id":45612249,"uuid":"387651193","full_name":"dashpay/dashj-bls","owner":"dashpay","description":"DashJ BLS library","archived":false,"fork":false,"pushed_at":"2025-03-18T03:42:01.000Z","size":264,"stargazers_count":0,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-30T06:45:50.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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":"COPYING","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":"2021-07-20T02:39:57.000Z","updated_at":"2025-03-18T03:37:01.000Z","dependencies_parsed_at":"2025-02-08T23:18:26.508Z","dependency_job_id":"ab362003-851f-4107-aa3b-341b93420141","html_url":"https://github.com/dashpay/dashj-bls","commit_stats":null,"previous_names":["hashengineering/dashj-bls"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdashj-bls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdashj-bls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdashj-bls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdashj-bls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpay","download_url":"https://codeload.github.com/dashpay/dashj-bls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658195,"owners_count":21622819,"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","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:34.153Z","updated_at":"2025-04-30T06:46:06.333Z","avatar_url":"https://github.com/dashpay.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dashj-bls\n\n\u003e A Java library for working with BLS Signatures for Dash\n\n[![Tests](https://github.com/dashevo/dashj-bls/workflows/Java%20CI/badge.svg?branch=master)](https://github.com/dashevo/dashj-bls/actions)\n![codecov](https://codecov.io/gh/dashevo/dashj-bls/branch/master/graph/badge.svg)\n### Welcome to dashj\n\nThe dashj-bls library is a Java implementation of the Dash BLS library.\n\n### Technologies\n\n* Java 11\n* [Maven 3+](http://maven.apache.org) - for building the project\n\n### Getting started\n\nTo get started, it is best to have the latest JDK and Maven installed. The HEAD of the `master` branch contains the latest development code and various production releases are provided on feature branches.\n\n#### Building from the command line\nTo initialize the repo after cloning it: \n```\ngit submodule update  --init --recursive\ngit apply catch_changes.patch\n```\nTo perform a full build use (this includes the dashjbls shared library):\n```\nmvn clean package -Dmaven.javadoc.skip=true\n```\nTo perform a full build without building the bls shared library and skip the test:\n```\nmvn clean package -Pno-build-bls -DskipTests -Dmaven.javadoc.skip=true\n```\nTo perform a full build and install it in the local maven repository:\n```\nmvn clean install\n```\nYou can also run\n```\nmvn site:site\n```\nto generate a website with useful information like JavaDocs.\n\nTo publish to maven central:\n```bash\nmvn deploy -DskipTests -Dmaven.javadoc.skip=true\n\n```\n\n\nThe outputs are under the `target` directory.\n\n#### Deployment\n\nTo deploy to the maven repository:\n\nmvn clean deploy -DskipTests -P release\n\n#### Building from an IDE\n\nAlternatively, just import the project using your IDE. [IntelliJ](http://www.jetbrains.com/idea/download/) has Maven integration built-in and has a free Community Edition. Simply use `File | Import Project` and locate the `pom.xml` in the root of the cloned project source tree.\n\nThe dashjbls library must still be built with `mvn`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fdashj-bls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpay%2Fdashj-bls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fdashj-bls/lists"}