{"id":44873944,"url":"https://github.com/wharfkit/transact-plugin-autocorrect","last_synced_at":"2026-02-17T13:33:57.236Z","repository":{"id":79563919,"uuid":"604418099","full_name":"wharfkit/transact-plugin-autocorrect","owner":"wharfkit","description":"TransactPlugin for the Wharf Session Kit. Attempt to automatically correct resource issues (CPU/NET/RAM) before a transaction is signed.","archived":false,"fork":false,"pushed_at":"2026-02-11T00:02:18.000Z","size":110,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-11T01:32:36.429Z","etag":null,"topics":["autocorrect","transact-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://greymass.com/support-us"}},"created_at":"2023-02-21T02:36:08.000Z","updated_at":"2026-02-11T00:02:20.000Z","dependencies_parsed_at":"2025-06-09T08:18:42.880Z","dependency_job_id":null,"html_url":"https://github.com/wharfkit/transact-plugin-autocorrect","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":"wharfkit/transact-plugin-template","purl":"pkg:github/wharfkit/transact-plugin-autocorrect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Ftransact-plugin-autocorrect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Ftransact-plugin-autocorrect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Ftransact-plugin-autocorrect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Ftransact-plugin-autocorrect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wharfkit","download_url":"https://codeload.github.com/wharfkit/transact-plugin-autocorrect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wharfkit%2Ftransact-plugin-autocorrect/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":["autocorrect","transact-plugin"],"created_at":"2026-02-17T13:33:56.507Z","updated_at":"2026-02-17T13:33:57.227Z","avatar_url":"https://github.com/wharfkit.png","language":"TypeScript","funding_links":["https://greymass.com/support-us"],"categories":[],"sub_categories":[],"readme":"# @wharfkit/transact-plugin-autocorrect\n\nA plugin to correct common issues users experience while performing transactions.\n\n## Usage\n\nInstall plugin.\n\n```\nyarn add @wharfkit/transact-plugin-autocorrect\n```\n\nInclude when configuring the Session Kit:\n\n```ts\nimport {TransactPluginAutoCorrect} from '@wharfkit/transact-plugin-autocorrect'\n\nconst kit = new SessionKit(\n    {\n        // ... your other SessionKit args (appName, chains, ui, walletPlugins)\n    },\n    {\n        transactPlugins: [new TransactPluginAutoCorrect()],\n    }\n)\n```\n\nOr when you are manually configuring a Session:\n\n```ts\nimport {TransactPluginAutoCorrect} from '@wharfkit/transact-plugin-autocorrect'\n\nconst session = new Session(\n    {\n        // ... your other Session args (chain, walletPlugin, permissionLevel)\n    },\n    {\n        transactPlugins: [new TransactPluginAutoCorrect()],\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%2Ftransact-plugin-autocorrect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwharfkit%2Ftransact-plugin-autocorrect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwharfkit%2Ftransact-plugin-autocorrect/lists"}