ethereum-php:PHP的以太坊客户端

时间:2021-02-05 08:29:49
【文件属性】:
文件名称:ethereum-php:PHP的以太坊客户端
文件大小:51KB
文件格式:ZIP
更新时间:2021-02-05 08:29:49
php ethereum ethereum-client web3 ethereum-php 适用于PHP的以太坊客户端 PHP版本以太坊JSON RPC客户端。 可通过简单的添加合约地址和ABI来方便的调用合约内部的方法,对于需要对交易签名的请求,客户端会自动完成。 支持对事件(日志)的监听,但需要通过计时器执行\Ethereum\Client::synchronizer->sync()方法来替换,当有事件到达会执行自定义的并发传递一个\Ethereum\Types\Event的实例,该实例包含了反序列化后的事件输入和相关的区块链,交易数据。 JSON RPC API实现度 已实现 eth_ * 净_* web3_ * 未实现 嘘* 依赖 php-64bit: ^7.2 ext-
【文件预览】:
ethereum-php-master
----composer.json(644B)
----LICENSE(1KB)
----src()
--------Rlp.php(2KB)
--------Abi()
--------Storage.php(737B)
--------Keystore.php(6KB)
--------StorageInterface.php(458B)
--------Utils.php(1KB)
--------Synchronizer.php(4KB)
--------Methods()
--------Collection.php(2KB)
--------Exceptions()
--------SmartContractCollection.php(3KB)
--------Crypto()
--------SmartContract.php(5KB)
--------Client.php(3KB)
--------Types()
----examples()
--------test.php(1KB)
----.gitignore(53B)
----README.md(3KB)

网友评论