{"id":44873962,"url":"https://github.com/wharfkit/wallet-plugin-anchor","last_synced_at":"2026-02-17T13:33:59.897Z","repository":{"id":65770491,"uuid":"598300971","full_name":"wharfkit/wallet-plugin-anchor","owner":"wharfkit","description":"WalletPlugin for the Wharf Session Kit. Allow users to login and sign transactions with the Anchor authenticator.","archived":false,"fork":false,"pushed_at":"2025-07-26T23:58:51.000Z","size":409,"stargazers_count":3,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-11T22:00:47.306Z","etag":null,"topics":["anchor-authenticator","wallet-plugin"],"latest_commit_sha":null,"homepage":"https://wharfkit.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wharfkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"custom":"https://greymass.com/support-us"}},"created_at":"2023-02-06T20:28:22.000Z","updated_at":"2025-09-04T09:25:48.000Z","dependencies_parsed_at":"2025-05-27T17:34:10.568Z","dependency_job_id":"b8f4fed8-af1f-4ece-81d0-79fadfc9cad7","html_url":"https://github.com/wharfkit/wallet-plugin-anchor","commit_stats":{"total_commits":64,"total_committers":3,"mean_commits":"21.333333333333332","dds":0.296875,"last_synced_commit":"4f1ee609391334a91a2a6e724c1b36f7efd0a9cb"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":"wharfkit/wallet-plugin-template","purl":"pkg:github/wharfkit/wallet-plugin-anchor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-anchor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-anchor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-anchor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-anchor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wharfkit","download_url":"https://codeload.github.com/wharfkit/wallet-plugin-anchor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-anchor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["anchor-authenticator","wallet-plugin"],"created_at":"2026-02-17T13:33:59.134Z","updated_at":"2026-02-17T13:33:59.887Z","avatar_url":"https://github.com/wharfkit.png","language":"TypeScript","funding_links":["https://greymass.com/support-us"],"categories":[],"sub_categories":[],"readme":"# @wharfkit/wallet-plugin-anchor\n\nA Session Kit wallet plugin for the [Anchor](https://www.greymass.com/anchor) wallet.\n\n## Usage\n\nInclude this wallet plugin while initializing the SessionKit.\n\n**NOTE**: This wallet plugin will only work with the SessionKit and requires a browser-based environment.\n\n```ts\nimport {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'\n\nconst kit = new SessionKit({\n    // ... your other options\n    walletPlugins: [new WalletPluginAnchor()],\n})\n```\n\nCustom buoy url and websocket class are supported.\n\n```ts\nimport WebSocket from 'isomorphic-ws'\nimport {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'\n\nconst kit = new SessionKit({\n    // ... your other options\n    walletPlugins: [\n        new WalletPluginAnchor({\n            buoyUrl: 'https://cb.anchor.link',\n            buoyWs: Websocket,\n        }),\n    ],\n})\n```\n\n## Developing\n\nYou need [Make](https://www.gnu.org/software/make/), [node.js](https://nodejs.org/en/) and [yarn](https://classic.yarnpkg.com/en/docs/install) installed.\n\nClone the repository and run `make` to checkout all dependencies and build the project. See the [Makefile](./Makefile) for other useful targets. Before submitting a pull request make sure to run `make lint`.\n\n---\n\nMade with ☕️ \u0026 ❤️ by [Greymass](https://greymass.com), if you find this useful please consider [supporting us](https://greymass.com/support-us).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwharfkit%2Fwallet-plugin-anchor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwharfkit%2Fwallet-plugin-anchor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwharfkit%2Fwallet-plugin-anchor/lists"}