{"id":20527666,"url":"https://github.com/jovijovi/ether-keystore","last_synced_at":"2026-04-20T01:33:18.586Z","repository":{"id":39603334,"uuid":"481817903","full_name":"jovijovi/ether-keystore","owner":"jovijovi","description":"A keystore toolkit for Ethereum ecosystem.","archived":false,"fork":false,"pushed_at":"2022-12-05T07:08:17.000Z","size":553,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T09:33:31.209Z","etag":null,"topics":["ether","ethereum","keystore","tookit","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jovijovi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-15T02:55:43.000Z","updated_at":"2023-03-14T23:11:06.000Z","dependencies_parsed_at":"2022-09-04T11:20:30.460Z","dependency_job_id":null,"html_url":"https://github.com/jovijovi/ether-keystore","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-keystore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-keystore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-keystore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-keystore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jovijovi","download_url":"https://codeload.github.com/jovijovi/ether-keystore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133481,"owners_count":20077097,"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":["ether","ethereum","keystore","tookit","typescript"],"created_at":"2024-11-15T23:19:45.366Z","updated_at":"2026-04-20T01:33:13.519Z","avatar_url":"https://github.com/jovijovi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ether Keystore\n\n[![npm](https://img.shields.io/npm/v/@jovijovi/ether-keystore.svg)](https://www.npmjs.com/package/@jovijovi/ether-keystore)\n[![GitHub Actions](https://github.com/jovijovi/ether-keystore/workflows/Test/badge.svg)](https://github.com/jovijovi/ether-keystore)\n[![Coverage](https://img.shields.io/codecov/c/github/jovijovi/ether-keystore?label=\\\u0026logo=codecov\\\u0026logoColor=fff)](https://codecov.io/gh/jovijovi/ether-keystore)\n\nA keystore toolkit for Ethereum ecosystem.\n\n## Philosophy\n\n*:kiss: KISS. Keep it small and simple.*\n\n## Features\n\n- Retrieves wallet or private key from encrypted JSON wallet with password\n- Keystore cache\n\n## Development Environment\n\n- typescript `4.9.3`\n- node `v18.12.1`\n- ts-node `v10.9.1`\n- yarn `v1.22.19`\n\n## Install\n\n```shell\nnpm install @jovijovi/ether-keystore\n```\n\nor\n\n```shell\nyarn add @jovijovi/ether-keystore\n```\n\n## Usage\n\n```typescript\nimport {keystore} from '@jovijovi/ether-keystore';\n\nconst pk = await keystore.InspectKeystorePK(\n    '0x7a1bdd1481e5713e36f501a8cca4a9eaa423d547',   // Wallet address\n    keystore.types.KeystoreTypeMiner,               // Keystore type\n    'MTIzNDU2'                                      // Passphrase in BASE64\n);\nconsole.log(\"PK=\", pk);\n\nconst wallet = await keystore.InspectKeystoreWallet(\n    '0x7a1bdd1481e5713e36f501a8cca4a9eaa423d547',   // Wallet address\n    keystore.types.KeystoreTypeFee,                 // Keystore type\n    'MTIzNDU2'                                      // Passphrase in BASE64\n);\nconsole.debug(\"Wallet address=\", wallet.address);\n```\n\n## Roadmap\n\n- Documents\n- Security keystore in memory\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-keystore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjovijovi%2Fether-keystore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-keystore/lists"}