NAME

    Blockchain::Ethereum - A Ethereum toolkit in Perl

VERSION

    version 0.001

DESCRIPTION

    A Ethereum toolkit written in Perl, combining core utilities for
    working with Ethereum's internal data structures.

    This distribution merges the functionality of previously separate
    modules into a single toolkit, including:

      * ABI encoding and decoding

      * RLP serialization

      * Transaction creation and signing

      * Keystore encryption and decryption

    These modules are now bundled together in a single distribution to
    simplify usage, packaging, and long-term maintenance.

NAME

    Blockchain::Ethereum::Toolkit - A Ethereum toolkit in Perl

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

MAINTENANCE STATUS

    This toolkit is feature-complete and currently not under active
    development.

    However:

      * Pull requests are welcome

      * Bug reports will be reviewed

      * I may occasionally address issues

    If you use this project and want to contribute improvements or
    features, feel free to open a pull request.

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 <refeco@cpan.org>

COPYRIGHT AND LICENSE

    This software is Copyright (c) 2022 by REFECO.

    This is free software, licensed under:

      The MIT (X11) License

