Bitcoin-Crypto version 0.01 ================================ This module aims at enabling easy manipulation of Bitcoin keypairs, signatures, addresses and networks. It contains representation classes for private and public keys, network management module and Bitcoin-compatible Base58 and Base58Check implementation. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Modern::Perl Moo MooX::Types::MooseLike CryptX Crypt::RIPEMD160 Bitcoin::BIP39 Try::Tiny COPYRIGHT AND LICENCE Copyright (C) 2018 by Bartosz Jarzyna This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.