{"id":22483769,"url":"https://github.com/stacks-archive/sbtc-developer-release","last_synced_at":"2025-08-02T17:31:16.197Z","repository":{"id":182846008,"uuid":"669198882","full_name":"stacks-archive/sbtc-developer-release","owner":"stacks-archive","description":"sBTC primitives, signer components, helper tools","archived":true,"fork":false,"pushed_at":"2024-02-14T17:33:17.000Z","size":1107,"stargazers_count":1968,"open_issues_count":107,"forks_count":22,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-07-22T19:45:04.978Z","etag":null,"topics":["bitcoin","rust","stacks"],"latest_commit_sha":null,"homepage":"https://sbtc.tech","language":"Rust","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/stacks-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-21T15:29:12.000Z","updated_at":"2025-07-19T00:35:50.000Z","dependencies_parsed_at":"2023-09-29T01:01:55.957Z","dependency_job_id":"3783fcd0-2ddb-482a-950b-0b2da7a694b0","html_url":"https://github.com/stacks-archive/sbtc-developer-release","commit_stats":null,"previous_names":["stacks-network/sbtc","stacks-network/sbtc-developer-release","stacks-archive/sbtc-developer-release"],"tags_count":2,"template":false,"template_full_name":"stacks-network/.github","purl":"pkg:github/stacks-archive/sbtc-developer-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacks-archive%2Fsbtc-developer-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacks-archive%2Fsbtc-developer-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacks-archive%2Fsbtc-developer-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacks-archive%2Fsbtc-developer-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacks-archive","download_url":"https://codeload.github.com/stacks-archive/sbtc-developer-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacks-archive%2Fsbtc-developer-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268424871,"owners_count":24248266,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bitcoin","rust","stacks"],"created_at":"2024-12-06T17:03:57.096Z","updated_at":"2025-08-02T17:31:15.803Z","avatar_url":"https://github.com/stacks-archive.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbtc\n\n[![Daily Verification][daily-workflow-badge]][daily-workflow-link]\n[![Code Coverage][coverage-badge]][coverage-link]\n[![License: MIT][mit-license-badge]][mit-license-link]\n[![Discord][discord-badge]][discord-link]\n\n\n\u003e Note: This repo is still in early development and is not ready for production use.\n\nThis repo contains, or will contain, packages that define sBTC primitives, signer components, helper tools such as `sbtc-cli` and `devenv`.\n\n## stacks-core\n\nAt the moment this repo also contains Stacks primitives in the `stacks-core` package. The goal is to make this the default way of interfacing with the Stacks blockchain in Rust. At some point it might be moved to a different location.\n\nIt contains fundamental types and logic such as:\n\n- crockford32 encoding\n- hashing primitives (SHA256 and RIPEMD160)\n- StacksAddress\n- Uint support\n- other types\n\n## sbtc-core\n\nThis package contains the core logic for sBTC. For now, most of it is sBTC operation parsing and construction.\n\n## romeo (sBTC Developer Release)\n\nThis package contains a version of the sBTC token (SIP-10) for developers on testnet.\n\nVersion 0.1 is a custodial solution that supports with deposit and withdrawal transaction on Bitoin only using OP_RETURN. The custodial solution is a rust binary that continuously observes the bitcoin and stacks blockchain.\n\n## sbtc-cli\n\nThis package contains a command-line interface for sBTC to create and broadcast deposit and withdraw btc transactions. The cli also has a helper commands for credentials.\n## devenv\n\nThis folder contains configuration files for docker images to launch services for sBTC in a local environment. Use `up.sh` to launch it, and use utility scripts to deposit and withdraw BTC. This environment can be used for demonstrations and automated testing.\n## Contributing\n\n**Before going any further please review our [code of conduct](CODE_OF_CONDUCT.md)**\n\n### Getting Started\n\nThis repository uses the task runner cargo-make to manage its build scripts and CI. To install cargo-make, run the following command:\n\n```bash\ncargo install --version 0.36.13 cargo-make\n```\n\nAlso verify that openssl is install on your machine.\n\n[coverage-badge]: https://codecov.io/github/stacks-network/sbtc/branch/main/graph/badge.svg?token=2sbE9YLwT6\n[coverage-link]: https://codecov.io/github/stacks-network/sbtc\n[discord-badge]: https://img.shields.io/static/v1?logo=discord\u0026label=discord\u0026message=Join\u0026color=blue\n[discord-link]: https://discord.gg/WPWZPppr\n[mit-license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg\n[mit-license-link]: https://opensource.org/licenses/MIT\n[daily-workflow-badge]: https://github.com/stacks-network/sbtc/actions/workflows/daily.yml/badge.svg\n[daily-workflow-link]: https://github.com/stacks-network/sbtc/actions/workflows/daily.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacks-archive%2Fsbtc-developer-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacks-archive%2Fsbtc-developer-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacks-archive%2Fsbtc-developer-release/lists"}