kunstmaan/libphp-multichain
最新稳定版本:v1.1.0
Composer 安装命令:
composer require kunstmaan/libphp-multichain
包简介
Unofficial PHP library for interacting with the Multichain JsonRPC interface
README 文档
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.
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.
统计信息
- 总下载量: 2.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-30