kunstmaan/libphp-multichain

Unofficial PHP library for interacting with the Multichain JsonRPC interface

v1.1.0 2017-01-04 10:40 UTC

This package is auto-updated.

Last update: 2024-03-29 02:36:33 UTC


README

This library provides a simple way to work with Multichain JsonRPC interface. The entire API is implemented and the tests contain easy to follow examples on performing most of the operations.

Build Status Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Scrutinizer Code Quality Code Coverage License

Example usage

$client = MultichainClient("http://<chainurl>:8000", 'multichainrpc', '79pgKQusiH3VDVpyzsM6e3kRz6gWNctAwgJvymG3iiuz', 3);
$address = $client->setDebug(true)->getNewAddress();

See more examples and documentation in the tests folder.

Installing libphp-multichain

The recommended way to install this library through Composer. Run the Composer command to install the latest stable version:

composer require kunstmaan/libphp-multichain

Need a development Blockchain and like Docker?

Take a look at these Docker images we have built.