https://github.com/refeco/perl-ethereum-toolkit
Ethereum toolkit in Perl
https://github.com/refeco/perl-ethereum-toolkit
ethereum hacktoberfest perl
Last synced: 4 months ago
JSON representation
Ethereum toolkit in Perl
- Host: GitHub
- URL: https://github.com/refeco/perl-ethereum-toolkit
- Owner: refeco
- License: other
- Created: 2025-04-22T18:36:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-25T03:12:42.000Z (7 months ago)
- Last Synced: 2025-11-28T13:08:06.071Z (7 months ago)
- Topics: ethereum, hacktoberfest, perl
- Language: Perl
- Homepage: https://metacpan.org/dist/Blockchain-Ethereum
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Blockchain::Ethereum - A Ethereum toolkit in Perl
# VERSION
version 0.021
# DESCRIPTION
A Ethereum toolkit written in Perl, combining core utilities for working with Ethereum's internal data structures.
- [Blockchain::Ethereum::ABI](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3AABI) ABI (En/De)coding
- [Blockchain::Ethereum::RLP](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ARLP) RLP (De)Serialization
- [Blockchain::Ethereum::Transaction](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction) Ethereum Transaction Abstraction
- [Blockchain::Ethereum::Transaction::Legacy](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3ALegacy) - Legacy Transaction
- [Blockchain::Ethereum::Transaction::EIP1559](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP1559) - Fee Market Transaction
- [Blockchain::Ethereum::Transaction::EIP2930](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP2930) - Optional Access Lists Transaction
- [Blockchain::Ethereum::Transaction::EIP4844](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3ATransaction%3A%3AEIP4844) - Blob Transaction
- [Blockchain::Ethereum::Keystore](https://metacpan.org/pod/Blockchain%3A%3AEthereum%3A%3AKeystore) Keystore File Abstraction (v3)
# INSTALLATION
Install via CPAN:
```
cpanm Blockchain::Ethereum
```
Or install manually:
```
git clone https://github.com/refeco/perl-Ethereum-Toolkit.git
cd perl-Ethereum-Toolkit
dzil install
```
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the terms of the MIT license. See the LICENSE file for details.
# AUTHOR
REFECO
# COPYRIGHT AND LICENSE
This software is Copyright (c) 2022 by REFECO.
This is free software, licensed under:
```
The MIT (X11) License
```