libphp-multichain icon indicating copy to clipboard operation
libphp-multichain copied to clipboard

Unofficial PHP library for interacting with the Multichain JsonRPC interface.

Results 12 libphp-multichain issues
Sort by recently updated
recently updated
newest added

I've been using this multichain lib for the past 5 months and the required lib fguillot/jsonrpc has been archived.. So what can i do now? Any suggestions?

Hi, I got this error when installing your library using `composer require kunstmaan/libphp-multichain` > The requested package kunstmaan/libphp-multichain No version set (parsed as 1.0.0) is satisfiable by kunstmaan/libphp-multichain[No version set...

please add new functions :)

/home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php:270 /home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/Client.php:195 /home/ec2-user/demo/vendor/fguillot/json-rpc/src/JsonRPC/Client.php:179 /home/ec2-user/demo/vendor/kunstmaan/libphp-multichain/src/be/kunstmaan/multichain/MultichainClient.php:91 $multichain = new MultichainClient('localhost:7764', 'multichainrpc', 'G4qkA3XPg61Q2xFQvbnyFa889DaBTNhGbsxSki3HEfsE', 3); $helper = new MultichainHelper($multichain); $multichain->setDebug(true)->getPeerInfo();

how to publish stream throught APi

This lib works with Symfony 3?

Hi, I just added command issuemorefrom.

Is this library still working fine ??

currently specifying a timeout has no effect as it is not passed to the http client.

Hi, I've come across an issue using this library which is how we can add more features to it without touching the library itself. One concrete situation is the missing...