{"id":16560937,"url":"https://github.com/jb55/btcs","last_synced_at":"2025-07-01T13:06:33.919Z","repository":{"id":66018165,"uuid":"107848592","full_name":"jb55/btcs","owner":"jb55","description":"bitcoin script parser/evaluator/compiler/decoder","archived":false,"fork":false,"pushed_at":"2024-05-01T20:12:56.000Z","size":123,"stargazers_count":14,"open_issues_count":27,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-08T13:39:28.507Z","etag":null,"topics":["bitcoin","bitcoin-script"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jb55.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-10-22T08:15:03.000Z","updated_at":"2024-05-19T03:44:58.000Z","dependencies_parsed_at":"2024-10-27T11:13:03.502Z","dependency_job_id":"f6cecc03-d257-4aa9-b51d-bd19a488d293","html_url":"https://github.com/jb55/btcs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fbtcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fbtcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fbtcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb55%2Fbtcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jb55","download_url":"https://codeload.github.com/jb55/btcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826798,"owners_count":20354221,"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","bitcoin-script"],"created_at":"2024-10-11T20:30:42.424Z","updated_at":"2025-03-16T20:30:36.427Z","avatar_url":"https://github.com/jb55.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# btcs\n\n[![Build Status](https://travis-ci.org/jb55/btcs.svg)](https://travis-ci.org/jb55/btcs)\n\n  bitcoin script parser/evaluator/compiler/decompiler\n\n  **WARNING**: This is not a consensus-critical implementation of\n  bitcoin script. Make sure to actually test your script on testnet or\n  with something like [btcdeb](https://github.com/kallewoof/btcdeb).\n\n## Motivation\n\n  I wanted a better way to hack on Bitcoin scripts\n\n## Installing\n\ndeps: `python3`, `bison`, `flex`, a C compiler\n\n    $ make install\n\nwith nix:\n\n    $ nix-env -if .\n\n## TODOs\n\n- [X] Tokenizer\n- [ ] Evaluator (partially complete)\n- [X] Compiler\n- [X] Decompiler\n- [X] Docs\n\n## Usage\n\n  Work in progress. Some OPs are working:\n\n```\n$ btcs 1 2 16 3dup 2swap\n\nscript      1 2 16 OP_3DUP OP_2SWAP\nscript_hex  5152606f72\nstack       1 2 2 16 16 1\nstack_hex   010202101001\nresults     success\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb55%2Fbtcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjb55%2Fbtcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb55%2Fbtcs/lists"}