{"id":16608298,"url":"https://github.com/endrii/bitcoinstyle","last_synced_at":"2026-04-17T23:35:01.765Z","repository":{"id":167127211,"uuid":"118123078","full_name":"EndrII/BitcoinStyle","owner":"EndrII","description":"BitcoinStyle - it's not a crypto currency, but a set of ready-made css styles for new forks of bitcoin wollet ","archived":false,"fork":false,"pushed_at":"2018-01-19T13:16:17.000Z","size":76150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T13:02:10.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/EndrII.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-19T12:33:01.000Z","updated_at":"2018-01-19T12:35:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"eeace386-a4f6-4e6f-bc97-46a46fcf0db5","html_url":"https://github.com/EndrII/BitcoinStyle","commit_stats":null,"previous_names":["endrii/bitcoinstyle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EndrII/BitcoinStyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndrII%2FBitcoinStyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndrII%2FBitcoinStyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndrII%2FBitcoinStyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndrII%2FBitcoinStyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndrII","download_url":"https://codeload.github.com/EndrII/BitcoinStyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndrII%2FBitcoinStyle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-12T01:25:44.106Z","updated_at":"2026-04-17T23:35:01.747Z","avatar_url":"https://github.com/EndrII.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bitcoin Core integration/staging tree\n=====================================\n\n[![Build Status](https://travis-ci.org/bitcoin/bitcoin.svg?branch=master)](https://travis-ci.org/bitcoin/bitcoin)\n\nhttps://bitcoincore.org\n\nWhat is Bitcoin?\n----------------\n\nBitcoin is an experimental digital currency that enables instant payments to\nanyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate\nwith no central authority: managing transactions and issuing money are carried\nout collectively by the network. Bitcoin Core is the name of open source\nsoftware which enables the use of this currency.\n\nFor more information, as well as an immediately useable, binary version of\nthe Bitcoin Core software, see https://bitcoin.org/en/download, or read the\n[original whitepaper](https://bitcoincore.org/bitcoin.pdf).\n\nLicense\n-------\n\nBitcoin 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 and tested, but is not guaranteed to be\ncompletely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created\nregularly to indicate new official, stable release versions of Bitcoin Core.\n\nThe contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).\n\nThe developer [mailing list](https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev)\nshould be used to discuss complicated or controversial changes before working\non a patch set.\n\nDeveloper IRC can be found on Freenode at #bitcoin-core-dev.\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, that are run automatically on the build server.\nThese tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`\n\nThe Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, 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\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[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).\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\nTranslators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/bitcoin-translators).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendrii%2Fbitcoinstyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendrii%2Fbitcoinstyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendrii%2Fbitcoinstyle/lists"}