{"id":18285896,"url":"https://github.com/exodusmovement/bitcoin-wallet-standard","last_synced_at":"2025-07-16T17:32:43.902Z","repository":{"id":177057276,"uuid":"657757393","full_name":"ExodusMovement/bitcoin-wallet-standard","owner":"ExodusMovement","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T09:25:37.000Z","size":132,"stargazers_count":16,"open_issues_count":4,"forks_count":8,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-30T07:49:26.539Z","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/ExodusMovement.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":"2023-06-23T19:26:59.000Z","updated_at":"2024-10-22T16:15:00.000Z","dependencies_parsed_at":"2023-12-14T10:38:59.056Z","dependency_job_id":"0a32d2a7-0cc1-430e-aeec-691de9306d58","html_url":"https://github.com/ExodusMovement/bitcoin-wallet-standard","commit_stats":null,"previous_names":["exodusmovement/bitcoin-wallet-standard"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fbitcoin-wallet-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fbitcoin-wallet-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fbitcoin-wallet-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fbitcoin-wallet-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExodusMovement","download_url":"https://codeload.github.com/ExodusMovement/bitcoin-wallet-standard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223174747,"owners_count":17100272,"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":[],"created_at":"2024-11-05T13:18:07.586Z","updated_at":"2025-07-16T17:32:43.896Z","avatar_url":"https://github.com/ExodusMovement.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitcoin Wallet Standard\n\nThis repo contains Bitcoin-specific extensions to the [Wallet Standard](https://github.com/wallet-standard/wallet-standard).\n\nIf you have a wallet and want to implement this, please see the [Wallet Standard for Wallets](./WALLET.md) guide.\n\n# typescript-monorepo\n\nThis is a simple monorepo template with some specific design goals:\n\n-   Latest TypeScript version\n-   Fast, incremental dependency updates and builds\n-   No package bundler\n-   Watch mode works\n-   ESM and CJS work (with distinct build outputs)\n-   Vanilla TS and React packages work\n-   Create React App works\\* (with hot module reloading of the entire workspace)\n-   Parcel works (with HMR)\n\n\\* Create React App, which uses Webpack 5, can't resolve ES modules without .mjs file extensions by default, so [react-app-rewired](https://github.com/timarney/react-app-rewired) is minimally used to [configure Webpack](packages/app/create-react-app/config-overrides.js) to do this.\n\n## Prerequisites\n\n-   Node 16+\n-   PNPM\n\nIf you have Node 16+, you can [activate PNPM with Corepack](https://pnpm.io/installation#using-corepack):\n\n```shell\ncorepack enable\ncorepack prepare pnpm@`npm info pnpm --json | jq -r .version` --activate\n```\n\nCorepack requires a version to enable, so if you don't have [jq](https://stedolan.github.io/jq/) installed, you can [install it](https://formulae.brew.sh/formula/jq), or just manually get the current version of pnpm with `npm info pnpm` and use it like this:\n\n```shell\ncorepack prepare pnpm@7.13.4 --activate\n```\n\n## Setup\n\n```shell\npnpm install\n```\n\n## Build\n\nRun this to build all your workspace packages.\n\n```shell\npnpm build\n```\n\nThis will build workspace packages that use `tsc` for compilation first, then everything else.\n\n## Watch\n\nRun this to build and watch workspace packages that use `tsc` for compilation.\n\n```shell\npnpm watch\n```\n\nOther packages can build and run with their own tools (like CRA's react-scripts commands).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Fbitcoin-wallet-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexodusmovement%2Fbitcoin-wallet-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Fbitcoin-wallet-standard/lists"}