{"id":13808648,"url":"https://github.com/PIVX-Project/PIVX","last_synced_at":"2025-05-14T03:31:30.459Z","repository":{"id":37951807,"uuid":"50740659","full_name":"PIVX-Project/PIVX","owner":"PIVX-Project","description":"Protected Instant Verified Transactions - Core wallet.","archived":false,"fork":true,"pushed_at":"2024-11-15T06:43:26.000Z","size":209663,"stargazers_count":528,"open_issues_count":110,"forks_count":714,"subscribers_count":107,"default_branch":"master","last_synced_at":"2024-11-15T07:30:35.530Z","etag":null,"topics":["cryptocurrencies","cryptocurrency","governance","masternodes","p2p","pivx","pos","privacy","proof-of-stake","sapling","shield","wallet","zk-snarks"],"latest_commit_sha":null,"homepage":"https://www.pivx.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dashpay/dash","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PIVX-Project.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":null,"support":null,"governance":null}},"created_at":"2016-01-30T19:20:24.000Z","updated_at":"2024-11-15T06:43:51.000Z","dependencies_parsed_at":"2023-10-03T17:46:14.169Z","dependency_job_id":null,"html_url":"https://github.com/PIVX-Project/PIVX","commit_stats":null,"previous_names":[],"tags_count":508,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIVX-Project%2FPIVX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIVX-Project%2FPIVX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIVX-Project%2FPIVX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIVX-Project%2FPIVX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PIVX-Project","download_url":"https://codeload.github.com/PIVX-Project/PIVX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225273259,"owners_count":17448074,"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":["cryptocurrencies","cryptocurrency","governance","masternodes","p2p","pivx","pos","privacy","proof-of-stake","sapling","shield","wallet","zk-snarks"],"created_at":"2024-08-04T01:01:48.055Z","updated_at":"2024-11-19T00:31:00.038Z","avatar_url":"https://github.com/PIVX-Project.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"PIVX Core integration/staging repository\n=====================================\n\n[![master Actions Status](https://github.com/PIVX-Project/PIVX/workflows/CI%20Actions%20for%20PIVX/badge.svg)](https://github.com/PIVX-Project/PIVX/actions)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/PIVX-Project/pivx?color=%235c4b7d\u0026cacheSeconds=3600)](https://github.com/PIVX-Project/PIVX/releases)\n[![GitHub Release Date](https://img.shields.io/github/release-date/PIVX-Project/pivx?color=%235c4b7d\u0026cacheSeconds=3600)](https://github.com/PIVX-Project/PIVX/releases)\n\n## What is PIVX?\n\nPIVX is an open source community-driven cryptocurrency, focused on five main aspects:\n\n(1) User Data Protection: Through the use of SHIELD, a zk-SNARKs based privacy protocol.\n\n(2) Low environmental footprint and network participation equality: Through the use of a highly developed Proof of Stake protocol.\n\n(3) Decentralized Governance System: A DAO built on top of the tier two Masternodes network, enabling a monthly community treasury, proposals submission and decentralized voting.\n\n(4) Fast Transactions: Through the use of fast block times and the tier two network, PIVX is committed to continue researching new and better instant transactions mechanisms.\n\n(5) Ease of Use: PIVX is determined to offer the best possible graphical interface for a core node/wallet. A full featured graphical product for new and advanced users.\n\nA lot more information and specs at [PIVX.org](https://www.pivx.org/). Join the community at [PIVX Discord](https://discordapp.com/invite/jzqVsJd).\n\n## License\nPIVX Core is released under the terms of the MIT license. See [COPYING](https://github.com/PIVX-Project/PIVX/blob/master/COPYING) for more information or see https://opensource.org/licenses/MIT.\n\n## Development Process\n\nThe master branch is regularly built (see doc/build-*.md for instructions) and tested, but it is not guaranteed to be completely stable. [Tags](https://github.com/PIVX-Project/PIVX/tags) are created regularly from release branches to indicate new official, stable release versions of PIVX Core.\n\nThe contribution workflow is described in [CONTRIBUTING.md](https://github.com/PIVX-Project/PIVX/blob/master/CONTRIBUTING.md) and useful hints for developers can be found in [doc/developer-notes.md](https://github.com/PIVX-Project/PIVX/blob/master/doc/developer-notes.md).\n\n## Testing\n\nTesting and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people a lot of money.\n\n## Automated Testing\n\nDevelopers are strongly encouraged to write [unit tests](https://github.com/PIVX-Project/PIVX/blob/master/src/test/README.md) for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in [/src/test/README.md](https://github.com/PIVX-Project/PIVX/blob/master/src/test/README.md).\n\nThere are also regression and integration tests, written in Python. These tests can be run (if the test dependencies 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, and 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 code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.\n\n## Translations\n\nChanges to translations as well as new translations can be submitted to PIVX Core's Transifex page.\n\nTranslations are periodically pulled from Transifex and merged into the git repository. See the [translation process](https://github.com/PIVX-Project/PIVX/blob/master/doc/translation_process.md) for details on how this works.\n\nImportant: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPIVX-Project%2FPIVX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPIVX-Project%2FPIVX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPIVX-Project%2FPIVX/lists"}