{"id":44948181,"url":"https://github.com/btq-ag/btq-core","last_synced_at":"2026-02-24T00:08:32.889Z","repository":{"id":336145205,"uuid":"1031832848","full_name":"btq-ag/btq-core","owner":"btq-ag","description":"The reference implementation of the BTQ protocol, featuring a fully validating peer-to-peer node and wallet management system for secure blockchain network participation.","archived":false,"fork":false,"pushed_at":"2026-02-11T22:26:47.000Z","size":232112,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T03:44:04.250Z","etag":null,"topics":["blockchain-protocol","cpp","distributed-ledger","p2p-node","reference-implementation"],"latest_commit_sha":null,"homepage":"","language":"C++","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/btq-ag.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T11:57:27.000Z","updated_at":"2026-02-11T22:26:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/btq-ag/btq-core","commit_stats":null,"previous_names":["btq-ag/btq-core"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/btq-ag/btq-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btq-ag%2Fbtq-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btq-ag%2Fbtq-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btq-ag%2Fbtq-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btq-ag%2Fbtq-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btq-ag","download_url":"https://codeload.github.com/btq-ag/btq-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btq-ag%2Fbtq-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29575343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain-protocol","cpp","distributed-ledger","p2p-node","reference-implementation"],"created_at":"2026-02-18T10:01:49.804Z","updated_at":"2026-02-18T10:01:50.631Z","avatar_url":"https://github.com/btq-ag.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"BTQ Core integration/staging tree\n=====================================\n\nhttps://bitcoinquantum.com/\n\nFor an immediately usable, binary version of the BTQ Core software, see\nhttps://btqcore.org/en/download/.\n\nWhat is BTQ Core?\n---------------------\n\nBTQ Core connects to the BTQ peer-to-peer network to download and fully\nvalidate blocks and transactions. It also includes a wallet and graphical user\ninterface, which can be optionally built.\n\nFurther information about BTQ Core is available in the [doc folder](/doc).\n\nLicense\n-------\n\nBTQ 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 regularly built (see `doc/build-*.md` for instructions) and tested, but it is not guaranteed to be\ncompletely stable. [Tags](https://github.com/btq/btq/tags) are created\nregularly from release branches to indicate new official, stable release versions of BTQ Core.\n\nThe https://github.com/btq-core/gui repository is used exclusively for the\ndevelopment of the GUI. Its master branch is identical in all monotree\nrepositories. Release branches and tags do not exist, so please do not fork\nthat repository unless it is for development reasons.\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\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[BTQ Core's Transifex page](https://www.transifex.com/btq/btq/).\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%2Fbtq-ag%2Fbtq-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtq-ag%2Fbtq-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtq-ag%2Fbtq-core/lists"}