{"id":14971434,"url":"https://github.com/anza-xyz/wallet-standard","last_synced_at":"2025-04-11T12:42:39.858Z","repository":{"id":61503928,"uuid":"551698491","full_name":"anza-xyz/wallet-standard","owner":"anza-xyz","description":"Solana extensions to the Wallet Standard.","archived":false,"fork":false,"pushed_at":"2024-06-19T12:34:14.000Z","size":2773,"stargazers_count":85,"open_issues_count":14,"forks_count":44,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T05:26:09.652Z","etag":null,"topics":["blockchain","crypto","cryptocurrency","hacktoberfest","hacktoberfest2022","react","solana","standards","typescript","wallet"],"latest_commit_sha":null,"homepage":"","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/anza-xyz.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":"2022-10-14T23:05:58.000Z","updated_at":"2024-10-26T05:03:20.000Z","dependencies_parsed_at":"2023-12-10T08:22:27.881Z","dependency_job_id":"812dad2c-3550-4408-8d27-1828055740f5","html_url":"https://github.com/anza-xyz/wallet-standard","commit_stats":{"total_commits":696,"total_committers":8,"mean_commits":87.0,"dds":0.0977011494252874,"last_synced_commit":"2c354cf07daa1d440ba9631fcefc5c00b07aa9dd"},"previous_names":["solana-labs/wallet-standard"],"tags_count":108,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-xyz%2Fwallet-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-xyz%2Fwallet-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-xyz%2Fwallet-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anza-xyz%2Fwallet-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anza-xyz","download_url":"https://codeload.github.com/anza-xyz/wallet-standard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402527,"owners_count":21097330,"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":["blockchain","crypto","cryptocurrency","hacktoberfest","hacktoberfest2022","react","solana","standards","typescript","wallet"],"created_at":"2024-09-24T13:45:12.028Z","updated_at":"2025-04-11T12:42:39.828Z","avatar_url":"https://github.com/anza-xyz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Wallet Standard\n\nThis repo contains Solana-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](https://github.com/jordansexton/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\ngit clone https://github.com/wallet-standard/wallet-standard.git\ncd wallet-standard\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%2Fanza-xyz%2Fwallet-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanza-xyz%2Fwallet-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanza-xyz%2Fwallet-standard/lists"}