{"id":30372171,"url":"https://github.com/bitmask-stack/bitmask-snap","last_synced_at":"2026-02-16T15:03:31.048Z","repository":{"id":224629811,"uuid":"763764981","full_name":"bitmask-stack/Bitmask-Snap","owner":"bitmask-stack","description":"Built at ETHDENVER2024, The BitMask \u003c\u003e MetaMask Snap will offer seamless and secure access to the Bitcoin ecosystem for 35 million MetaMask users. This encompasses BTC layer1, the Lightning network, Bitcoin's Sharded, Turing Complete Smart-contracts with ZK- called RGB, and all forthcoming Bitcoin utilities.","archived":false,"fork":false,"pushed_at":"2024-05-17T07:09:08.000Z","size":2285,"stargazers_count":2,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T05:48:09.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitmask-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.APACHE2","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-26T21:59:40.000Z","updated_at":"2025-09-01T06:51:32.000Z","dependencies_parsed_at":"2024-04-17T07:46:44.534Z","dependency_job_id":"00497d96-0a5b-4fa7-8ea0-0ab61fa98c26","html_url":"https://github.com/bitmask-stack/Bitmask-Snap","commit_stats":null,"previous_names":["diba-io/bitmask-snap","bitmask-stack/bitmask-snap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitmask-stack/Bitmask-Snap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmask-stack%2FBitmask-Snap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmask-stack%2FBitmask-Snap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmask-stack%2FBitmask-Snap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmask-stack%2FBitmask-Snap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitmask-stack","download_url":"https://codeload.github.com/bitmask-stack/Bitmask-Snap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmask-stack%2FBitmask-Snap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":[],"created_at":"2025-08-20T06:09:28.765Z","updated_at":"2026-02-16T15:03:31.042Z","avatar_url":"https://github.com/bitmask-stack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitmask-Snap\nBuilt at ETHDENVER2024, The BitMask \u003c\u003e MetaMask Snap will offer seamless and secure access to the Bitcoin ecosystem for 35 million MetaMask users. This encompasses BTC layer1, the Lightning network, Bitcoin's Sharded, Turing Complete Smart-contracts with ZK- called RGB, and all forthcoming Bitcoin utilities.\n\n# @metamask/template-snap-monorepo\n\nThis repository demonstrates how to develop a snap with TypeScript. For detailed\ninstructions, see [the MetaMask documentation](https://docs.metamask.io/guide/snaps.html#serving-a-snap-to-your-local-environment).\n\nMetaMask Snaps is a system that allows anyone to safely expand the capabilities\nof MetaMask. A _snap_ is a program that we run in an isolated environment that\ncan customize the wallet experience.\n\n## Snaps is pre-release software\n\nTo interact with (your) Snaps, you will need to install [MetaMask Flask](https://metamask.io/flask/),\na canary distribution for developers that provides access to upcoming features.\n\n## Getting Started\n\nClone the template-snap repository [using this template](https://github.com/MetaMask/template-snap-monorepo/generate)\nand set up the development environment:\n\n```shell\nyarn install \u0026\u0026 yarn start\n```\n\n## Cloning\n\nThis repository contains GitHub Actions that you may find useful, see\n`.github/workflows` and [Releasing \u0026 Publishing](https://github.com/MetaMask/template-snap-monorepo/edit/main/README.md#releasing--publishing)\nbelow for more information.\n\nIf you clone or create this repository outside the MetaMask GitHub organization,\nyou probably want to run `./scripts/cleanup.sh` to remove some files that will\nnot work properly outside the MetaMask GitHub organization.\n\nIf you don't wish to use any of the existing GitHub actions in this repository,\nsimply delete the `.github/workflows` directory.\n\n## Contributing\n\n### Testing and Linting\n\nRun `yarn test` to run the tests once.\n\nRun `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and\nfix any automatically fixable issues.\n\n### Using NPM packages with scripts\n\nScripts are disabled by default for security reasons. If you need to use NPM\npackages with scripts, you can run `yarn allow-scripts auto`, and enable the\nscript in the `lavamoat.allowScripts` section of `package.json`.\n\nSee the documentation for [@lavamoat/allow-scripts](https://github.com/LavaMoat/LavaMoat/tree/main/packages/allow-scripts)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmask-stack%2Fbitmask-snap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitmask-stack%2Fbitmask-snap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmask-stack%2Fbitmask-snap/lists"}