youkchan/openassetsphp

v0.0.17 2018-03-07 10:27 UTC

README

PHP中Open Assets Protocol的实现。

安装

composer require youkchan/openassetsphp

示例

请参考sample目录下的sample.php。
将sample目录移出,并将其放置在与vendor目录同一级的位置后执行。
目前支持在litecoin和monacoin的testnet中使用。
默认情况下连接到monacoin testnet。

使用完整节点选项时,需要将txindex设置为1。如果服务启动后txindex=1无法使用,请使用-reindex选项启动。

致谢

以下项目给予了极大的参考。参考了(非常重要,所以写了ry)
https://github.com/haw-itn/openassets-ruby
https://github.com/OKohei/openassets-php