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::CreateAccount - Perl extension for use with crypto coin Tron blockchain

SYNOPSIS

  use CryptoTron::CreateAccount;

  # Create a new Tron account including mnemonics.
  CreateAccount();

DESCRIPTION

The module creates a new Tron account. The procedure starts with the creation of a 12 word mnemonic. From seed from 12 word mnemonic private key as well as public key are generated. The the Base58 and Hex Tron address is determined.

SEE ALSO

Inline::Python

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.