{"id":44873949,"url":"https://github.com/wharfkit/wallet-plugin-privatekey","last_synced_at":"2026-02-17T13:33:58.397Z","repository":{"id":65696125,"uuid":"596727014","full_name":"wharfkit/wallet-plugin-privatekey","owner":"wharfkit","description":"WalletPlugin for the Wharf Session Kit. Automatically sign transactions using a given private key. Used primarily for server side applications and user interface testing.","archived":false,"fork":false,"pushed_at":"2023-11-10T01:02:48.000Z","size":574,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T23:03:56.514Z","etag":null,"topics":["sign-transaction","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},"funding":{"custom":"https://greymass.com/support-us"}},"created_at":"2023-02-02T20:03:08.000Z","updated_at":"2025-05-31T19:10:19.000Z","dependencies_parsed_at":"2024-06-20T23:31:16.047Z","dependency_job_id":"fcce6728-8052-4a94-a9e6-4389913ec888","html_url":"https://github.com/wharfkit/wallet-plugin-privatekey","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":"wharfkit/wallet-plugin-template","purl":"pkg:github/wharfkit/wallet-plugin-privatekey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-privatekey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-privatekey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-privatekey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-privatekey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wharfkit","download_url":"https://codeload.github.com/wharfkit/wallet-plugin-privatekey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Fwallet-plugin-privatekey/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":["sign-transaction","wallet-plugin"],"created_at":"2026-02-17T13:33:57.656Z","updated_at":"2026-02-17T13:33:58.389Z","avatar_url":"https://github.com/wharfkit.png","language":"TypeScript","funding_links":["https://greymass.com/support-us"],"categories":[],"sub_categories":[],"readme":"# @wharfkit/wallet-plugin-privatekey\n\nA @wharfkit/session WalletPlugin implementation that takes a private key and blindly signs transactions.\n\nPrimarily designed to be used in controlled environments (such as server side applications) or for testing purposes.\n\n## Usage\n\n```ts\nimport {Session} from '@wharfkit/session'\nimport {WalletPluginPrivateKey} from '@wharfkit/wallet-plugin-privatekey'\n\n// Establish a session and include the wallet plugin\nconst session = new Session({\n    // ... other options\n    walletPlugin: new WalletPluginPrivateKey({\n        privateKey: '5Jtoxgny5tT7NiNFp1MLogviuPJ9NniWjnU4wKzaX4t7pL4kJ8s',\n    }),\n})\n\n// Calling transact will use this plugin to automatically sign with the provided key\nconst result = session.transact({\n    actions: [\n        // your actions\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-privatekey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwharfkit%2Fwallet-plugin-privatekey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwharfkit%2Fwallet-plugin-privatekey/lists"}