Skip to content

Address Python example

ChMarina edited this page May 28, 2018 · 2 revisions

Python-example (Generating a Metahash address)

Repository metahashorg/crypt_example_py contains a script written in python, that describes the algorithm for the Metahash address generation using cryptography module.

As a result of the script, the following files will be created:

mh_private.pem # private key file
mh_public.pub # public key file
mh_address.txt # metahash address file

For more information about the required dependencies and usage of the script, please see the repository.

Clone this wiki locally