chia client php
1.0.0
이 라이브러리를 사용하면 Chia RPC 서버와 통신 할 수 있습니다.
composer require jestesmining/chia-client-php:0.1.x-dev
use JEstesMining Component Chia ;
$ chia = new Chia FullNode ( ' https://127.0.0.1:8555 ' , [
' local_cert ' => ' /path/to/.chia/mainnet/config/ssl/full_node/private_full_node.crt ' ,
' local_pk ' => ' /path/to/.chia/mainnet/config/ssl/full_node/private_full_node.key ' ,
]);
// @var array $state
$ state = $ chia -> getBlockchainState ();