This repository contains PHP scripts that enable to generate MetaHash addresses, check its balance and see the full transaction history. Besides, crypt_example.php
script describes methods allowing to create and send transactions as well as to obtain information on transaction via its hash. To learn more about all operations listed above please read the following articles: Getting started with Metahash network, Creating transactions and Operations with MetaHash address.
There are 2 ways of working with the script:
You can use the path that suits you.
- PHP 7.1+
- ext-gmp
- ext-curl
- ext-mhcrypto (see https://github.com/metahashorg/php-mhcrypto)
- composer
- mdanter/ecc (0.5.0)
php crypt_example.php [params]
Repository contains demo page index.html
. In order to work with this demo page you need to have an installed web server.