{"id":24559180,"url":"https://github.com/bitcoin-computer/monorepo","last_synced_at":"2025-04-05T20:03:06.794Z","repository":{"id":59095988,"uuid":"520963965","full_name":"bitcoin-computer/monorepo","owner":"bitcoin-computer","description":"A Turing-complete smart contract system for Bitcoin and Litecoin","archived":false,"fork":false,"pushed_at":"2025-03-26T20:04:39.000Z","size":890701,"stargazers_count":35,"open_issues_count":14,"forks_count":20,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-27T19:51:04.382Z","etag":null,"topics":["bitcoin","blockchain","dogecoin","javascript","litecoin","smart-contracts","typescript"],"latest_commit_sha":null,"homepage":"https://docs.bitcoincomputer.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoin-computer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-08-03T16:57:59.000Z","updated_at":"2025-03-21T23:30:06.000Z","dependencies_parsed_at":"2023-10-03T01:28:25.441Z","dependency_job_id":"2ccaef05-2c09-458f-b838-74ad85eca8a4","html_url":"https://github.com/bitcoin-computer/monorepo","commit_stats":{"total_commits":1182,"total_committers":6,"mean_commits":197.0,"dds":0.5693739424703892,"last_synced_commit":"399976f5cc7d3d7438860862aa1875e9fee95857"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-computer%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-computer%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-computer%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoin-computer%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoin-computer","download_url":"https://codeload.github.com/bitcoin-computer/monorepo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393547,"owners_count":20931811,"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","dogecoin","javascript","litecoin","smart-contracts","typescript"],"created_at":"2025-01-23T06:15:10.814Z","updated_at":"2025-04-05T20:03:06.743Z","avatar_url":"https://github.com/bitcoin-computer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"imgs/bitcoin-computer@1x.png\" alt=\"bitcoin-computer-logo\" border=\"0\" style=\"max-height: 180px\"/\u003e\n  \u003ch1\u003eBitcoin Computer\u003c/h1\u003e\n  \u003cp\u003e\n     A smart contract system for Bitcoin and Litecoin\u003cbr /\u003e\n    \u003ca href=\"http://bitcoincomputer.io/\"\u003ewebsite\u003c/a\u003e \u0026#183; \u003ca href=\"http://docs.bitcoincomputer.io/\"\u003edocs\u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\nThis monorepo contains everything you need to build smart contract based applications.\n\n## Getting Started\n\nSee [here](https://docs.bitcoincomputer.io/start/).\n\n## Demos\n\n- [wallet.bitcoincomputer.io](https://wallet.bitcoincomputer.io/)\n- [explorer.bitcoincomputer.io](https://explorer.bitcoincomputer.io/)\n- [nft.bitcoincomputer.io](https://nft.bitcoincomputer.io/)\n\n## Help\n\n- [Documentation](https://docs.bitcoincomputer.io/)\n- [Telegram](https://t.me/thebitcoincomputer)\n- [Twitter](https://twitter.com/TheBitcoinToken)\n\n## Packages\n\n### Core\n\n- [Lib](https://github.com/bitcoin-computer/monorepo/tree/main/packages/lib#readme) - A JavaScript library for smart contracts\n- [Node](https://github.com/bitcoin-computer/monorepo/tree/main/packages/node#readme) - Server side infrastructure for smart contracts\n- [NakamotoJS](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nakamotojs#readme) - A JavaScript library for building and parsing transactions\n\n### Applications\n\n- [Wallet](https://github.com/bitcoin-computer/monorepo/tree/main/packages/wallet#readme) - A non-custodial wallet\n- [Blockchain Explorer](https://github.com/bitcoin-computer/monorepo/tree/main/packages/explorer#readme) - A block explorer with smart contract support\n- [Chat](https://github.com/bitcoin-computer/monorepo/tree/main/packages/chat#readme) - A p2p chat via Bitcoin and Litecoin\n- [Fungible Token App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/ft#readme) - An app for minting, sending, and storing fungible tokens\n- [Non Fungible Token App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nft#readme) - An app for minting, sending, and storing non-fungible tokens\n\n### Standard Contracts\n\n- [TBC20](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC20#readme) - An implementation of the ERC20 Fungible Token Standard\n- [TBC721](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC721#readme) - An implementation of the ERC721 Non-Fungible Token Standard\n- [Swap](https://github.com/bitcoin-computer/monorepo/tree/main/packages/swap#readme) - An implementation of TBC721 swap and sale contracts\n\n### Templates\n\n- [Node.js Template](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nodejs-template#readme) - A template for starting a new server side app\n- [React Template](https://github.com/bitcoin-computer/monorepo/tree/main/packages/cra-template#readme) - A template for starting a new client side app\n\n### Documentation\n\n- [Docs](https://github.com/bitcoin-computer/monorepo/tree/main/packages/docs#readme) - The sources for the documentation\n- [Website](https://github.com/bitcoin-computer/monorepo/tree/main/packages/website#readme) - The sources for the website\n\n## Legal Notice\n\nSee [here](https://github.com/bitcoin-computer/monorepo/tree/main/packages/lib#legal-notice).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-computer%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoin-computer%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoin-computer%2Fmonorepo/lists"}