{"id":20527673,"url":"https://github.com/jovijovi/ether-core","last_synced_at":"2026-04-20T15:01:20.638Z","repository":{"id":38134177,"uuid":"494350147","full_name":"jovijovi/ether-core","owner":"jovijovi","description":"Out-of-the-box core APIs for Ethereum ecosystem.","archived":false,"fork":false,"pushed_at":"2022-10-21T07:52:59.000Z","size":526,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T22:31:00.368Z","etag":null,"topics":["api","core","ether","ether-core","ethereum","out-of-the-box","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-05-20T06:38:25.000Z","updated_at":"2022-05-20T11:13:35.000Z","dependencies_parsed_at":"2022-08-19T00:52:53.251Z","dependency_job_id":null,"html_url":"https://github.com/jovijovi/ether-core","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/jovijovi/ether-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jovijovi","download_url":"https://codeload.github.com/jovijovi/ether-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32052534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","core","ether","ether-core","ethereum","out-of-the-box","typescript"],"created_at":"2024-11-15T23:19:46.504Z","updated_at":"2026-04-20T15:01:20.596Z","avatar_url":"https://github.com/jovijovi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ether Core\n\n[![npm](https://img.shields.io/npm/v/@jovijovi/ether-core.svg)](https://www.npmjs.com/package/@jovijovi/ether-core)\n[![GitHub Actions](https://github.com/jovijovi/ether-core/workflows/Test/badge.svg)](https://github.com/jovijovi/ether-core)\n[![Coverage](https://img.shields.io/codecov/c/github/jovijovi/ether-core?label=\\\u0026logo=codecov\\\u0026logoColor=fff)](https://codecov.io/gh/jovijovi/ether-core)\n\nOut-of-the-box core APIs for Ethereum ecosystem.\n\n## Philosophy\n\n*:kiss: KISS. Keep it small and simple.*\n\n## Features\n\n- Out-of-the-box Ethereum APIs\n\n## Development Environment\n\n- typescript `4.8.4`\n- node `v16.18.0`\n- ts-node `v10.9.1`\n- yarn `v1.22.19`\n\n## Install\n\n```shell\nnpm install @jovijovi/ether-core\n```\n\nor\n\n```shell\nyarn add @jovijovi/ether-core\n```\n\n## Usage\n\n```typescript\nimport {core} from '@jovijovi/ether-core';\n\nconst walletInfo = await core.NewWallet();\nconst wallet = core.GetWallet(walletInfo.pk);\nconst receipt = await core.Transfer(YOUR_WALLET_ADDRESS, wallet.address, '1', wallet.privateKey);\nif (receipt.status !== core.params.StatusSuccessful) {\n\tlog.RequestId().error(\"Transfer failed, error=%o\", receipt);\n\treturn;\n}\n```\n\n## Roadmap\n\n- Documents\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjovijovi%2Fether-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-core/lists"}