The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CryptoTron - Perl extension for use with the crypto coin Tron blockchain

SYNOPSIS

  use CryptoTron::SignTx
  use CryptoTron::ClaimReward
  use CryptoTron::AddressConvert
  use CryptoTron::AddressCheck
  use CryptoTron::AddrTools
  use CryptoTron::CreateAccount

DESCRIPTION

The module provides methods to query the blockchain of the crypto coin Tron.

SEE ALSO

CryptoTron modules:

  CryptoTron::SignTx
  CryptoTron::AddrTools
  CryptoTron::AddressConvert
  CryptoTron::AddressCheck
  CryptoTron::ClaimReward
  CryptoTron::CreateAccount

CPAN modules:

  URI
  LWP::UserAgent
  JSON::PP
  Try::Catch
  Inline::Python
  Bitcoin::Crypto::Base58

AUTHOR

Dr. Peter Netz, <ztenretep@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2022 by Dr. Peter Netz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.30.0 or, at your option, any later version of Perl 5 you may have available.