NAME
Blockchain::Ethereum::Keystore::Seed
SYNOPSIS
If instantiated without a seed or mnemonic, this module uses Crypt::PRNG for the random seed generation
my $seed = Blockchain::Ethereum::Seed->new;
my $key = $seed->deriv_key(2);
print $key->address;
...
AUTHOR
Reginaldo Costa, <refeco at cpan.org>
BUGS
Please report any bugs or feature requests to https://github.com/refeco/perl-ethereum-keystore
LICENSE AND COPYRIGHT
This software is Copyright (c) 2023 by REFECO.
This is free software, licensed under:
The MIT License