8000 GitHub - lenh/libphp-multichain: Unofficial PHP library for interacting with the Multichain JsonRPC interface.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lenh/libphp-multichain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial PHP library for interacting with the Multichain JsonRPC interface

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.

About

Unofficial PHP library for interacting with the Multichain JsonRPC interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.6%
  • Shell 0.4%
0