{"id":32211538,"url":"https://github.com/refeco/perl-ethereum-toolkit","last_synced_at":"2026-03-04T07:03:20.314Z","repository":{"id":301819587,"uuid":"970924049","full_name":"refeco/perl-Ethereum-Toolkit","owner":"refeco","description":"Ethereum toolkit in Perl","archived":false,"fork":false,"pushed_at":"2025-11-25T03:12:42.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T13:08:06.071Z","etag":null,"topics":["ethereum","hacktoberfest","perl"],"latest_commit_sha":null,"homepage":"https://metacpan.org/dist/Blockchain-Ethereum","language":"Perl","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/refeco.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"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}},"created_at":"2025-04-22T18:36:23.000Z","updated_at":"2025-11-25T03:11:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"15320496-7d94-4cf7-8b8b-c1ae164a81ac","html_url":"https://github.com/refeco/perl-Ethereum-Toolkit","commit_stats":null,"previous_names":["refeco/perl-ethereum-toolkit"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/refeco/perl-Ethereum-Toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeco%2Fperl-Ethereum-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeco%2Fperl-Ethereum-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeco%2Fperl-Ethereum-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeco%2Fperl-Ethereum-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refeco","download_url":"https://codeload.github.com/refeco/perl-Ethereum-Toolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeco%2Fperl-Ethereum-Toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"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":["ethereum","hacktoberfest","perl"],"created_at":"2025-10-22T06:52:09.016Z","updated_at":"2026-03-04T07:03:20.308Z","avatar_url":"https://github.com/refeco.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nBlockchain::Ethereum - A Ethereum toolkit in Perl\n\n# VERSION\n\nversion 0.021\n\n# DESCRIPTION\n\nA Ethereum toolkit written in Perl, combining core utilities for working with Ethereum's internal data structures.\n\n- [Blockchain::Ethereum::ABI](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3AABI) ABI (En/De)coding\n- [Blockchain::Ethereum::RLP](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ARLP) RLP (De)Serialization\n- [Blockchain::Ethereum::Transaction](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction) Ethereum Transaction Abstraction\n    - [Blockchain::Ethereum::Transaction::Legacy](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3ALegacy)  - Legacy Transaction\n    - [Blockchain::Ethereum::Transaction::EIP1559](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP1559) - Fee Market Transaction\n    - [Blockchain::Ethereum::Transaction::EIP2930](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP2930) - Optional Access Lists Transaction\n    - [Blockchain::Ethereum::Transaction::EIP4844](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP4844) - Blob Transaction\n- [Blockchain::Ethereum::Keystore](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3AKeystore) Keystore File Abstraction (v3)\n\n# INSTALLATION\n\nInstall via CPAN:\n\n```\ncpanm Blockchain::Ethereum\n```\n\nOr install manually:\n\n```\ngit clone https://github.com/refeco/perl-Ethereum-Toolkit.git\ncd perl-Ethereum-Toolkit\ndzil install\n```\n\n# LICENSE\n\nThis library is free software; you can redistribute it and/or modify\nit under the terms of the MIT license. See the LICENSE file for details.\n\n# AUTHOR\n\nREFECO \u003crefeco@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2022 by REFECO.\n\nThis is free software, licensed under:\n\n```\nThe MIT (X11) License\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefeco%2Fperl-ethereum-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefeco%2Fperl-ethereum-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefeco%2Fperl-ethereum-toolkit/lists"}