{"id":13681205,"url":"https://github.com/dashpay/dash","last_synced_at":"2025-10-02T18:31:01.924Z","repository":{"id":16597963,"uuid":"19352450","full_name":"dashpay/dash","owner":"dashpay","description":"Dash - Reinventing Cryptocurrency","archived":false,"fork":true,"pushed_at":"2025-01-15T17:20:56.000Z","size":225314,"stargazers_count":1499,"open_issues_count":175,"forks_count":1197,"subscribers_count":203,"default_branch":"develop","last_synced_at":"2025-01-15T19:26:56.790Z","etag":null,"topics":["bitcoin","blockchain","cryptocurrency","dash","governance","instant","masternode","p2p","privacy"],"latest_commit_sha":null,"homepage":"https://www.dash.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bitcoin/bitcoin","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":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2014-05-01T17:45:34.000Z","updated_at":"2025-01-15T17:21:01.000Z","dependencies_parsed_at":"2023-09-24T18:00:04.624Z","dependency_job_id":null,"html_url":"https://github.com/dashpay/dash","commit_stats":null,"previous_names":[],"tags_count":530,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpay%2Fdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpay","download_url":"https://codeload.github.com/dashpay/dash/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235031433,"owners_count":18925234,"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":["bitcoin","blockchain","cryptocurrency","dash","governance","instant","masternode","p2p","privacy"],"created_at":"2024-08-02T13:01:27.776Z","updated_at":"2025-10-02T18:31:01.918Z","avatar_url":"https://github.com/dashpay.png","language":"C++","funding_links":[],"categories":["C++","bitcoin","Tools"],"sub_categories":["Interface Description"],"readme":"Dash Core staging tree\n===========================\n\n| `master` | `develop` |\n| -------- | --------- |\n| [![Build Status](https://github.com/dashpay/dash/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dashpay/dash/tree/master) | [![Build Status](https://github.com/dashpay/dash/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/dashpay/dash/tree/develop) |\n\nhttps://www.dash.org\n\nFor an immediately usable, binary version of the Dash Core software, see\nhttps://www.dash.org/downloads/.\n\nFurther information about Dash Core is available in [./doc/](/doc).\n\nWhat is Dash?\n-------------\n\nDash is an experimental digital currency that enables instant, private\npayments to anyone, anywhere in the world. Dash uses peer-to-peer technology\nto operate with no central authority: managing transactions and issuing money\nare carried out collectively by the network. Dash Core is the name of the open\nsource software which enables the use of this currency.\n\n\nFor more information read the original Dash whitepaper.\n\nLicense\n-------\n\nDash Core is released under the terms of the MIT license. See [COPYING](COPYING) for more\ninformation or see https://opensource.org/licenses/MIT.\n\nDevelopment Process\n-------------------\n\nThe `master` branch is meant to be stable. Development is normally done in separate branches.\n[Tags](https://github.com/dashpay/dash/tags) are created to indicate new official,\nstable release versions of Dash Core.\n\nThe `develop` branch is regularly built (see doc/build-*.md for instructions) and tested, but is not guaranteed to be\ncompletely stable.\n\nThe contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md)\nand useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md).\n\nBuild / Compile from Source\n---------------------------\n\nThe `./configure`, `make`, and `cmake` steps, as well as build dependencies, are in [./doc/](/doc) as well:\n\n- **Linux**: [./doc/build-unix.md](/doc/build-unix.md) \\\n  Ubuntu, Debian, Fedora, Arch, and others\n- **macOS**: [./doc/build-osx.md](/doc/build-osx.md)\n- **Windows**: [./doc/build-windows.md](/doc/build-windows.md)\n- **OpenBSD**: [./doc/build-openbsd.md](/doc/build-openbsd.md)\n- **FreeBSD**: [./doc/build-freebsd.md](/doc/build-freebsd.md)\n- **NetBSD**: [./doc/build-netbsd.md](/doc/build-netbsd.md)\n\nTesting\n-------\n\nTesting and code review is the bottleneck for development; we get more pull\nrequests than we can review and test on short notice. Please be patient and help out by testing\nother people's pull requests, and remember this is a security-critical project where any mistake might cost people\nlots of money.\n\n### Automated Testing\n\nDevelopers are strongly encouraged to write [unit tests](src/test/README.md) for new code, and to\nsubmit new unit tests for old code. Unit tests can be compiled and run\n(assuming they weren't disabled in configure) with: `make check`. Further details on running\nand extending unit tests can be found in [/src/test/README.md](/src/test/README.md).\n\nThere are also [regression and integration tests](/test), written\nin Python.\nThese tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`\n\nThe CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS,\nand that unit/sanity tests are run automatically.\n\n### Manual Quality Assurance (QA) Testing\n\nChanges should be tested by somebody other than the developer who wrote the\ncode. This is especially important for large or high-risk changes. It is useful\nto add a test plan to the pull request description if testing the changes is\nnot straightforward.\n\nTranslations\n------------\n\nChanges to translations as well as new translations can be submitted to\n[Dash Core's Transifex page](https://explore.transifex.com/dash/dash/).\n\nTranslations are periodically pulled from Transifex and merged into the git repository. See the\n[translation process](doc/translation_process.md) for details on how this works.\n\n**Important**: We do not accept translation changes as GitHub pull requests because the next\npull from Transifex would automatically overwrite them again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpay%2Fdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpay%2Fdash/lists"}