首页 开发技术 其它     /    ethereum-php:PHP的以太坊客户端-源码

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

上传者: weixin_42101384 | 上传时间:2018/11/8 4:48:28 | 文件大小:51KB | 文件类型:ZIP
ethereum-php:PHP的以太坊客户端-源码
适用于PHP的以太坊客户端PHP版本以太坊JSONRPC客户端。
可通过简单的添加合约地址和ABI来方便的调用合约内部的方法,对于需要对买卖签名的请求,客户端会自动完成。
支持对事件(日志)的监听,但需要通过计时器执行\Ethereum\Client::synchronizer->sync()方法来替换,当有事件到达会执行自定义的并发传递一个\Ethereum\Types\Event的实例,该实例包含了反序列化后的事件输入和相关的区块链,买卖数据。
JSONRPCAPI实现度已实现eth_*净_*web3_*未实现嘘*依赖php-64bit:^7.2ext-

文件下载

资源详情

[{"title":"(69个子文件51KB)ethereum-php:PHP的以太坊客户端-源码","children":[{"title":"ethereum-php-master","children":[{"title":"composer.json <span style='color:#111;'>644B</span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"src","children":[{"title":"Rlp.php <span style='color:#111;'>1.77KB</span>","children":null,"spread":false},{"title":"Abi","children":[{"title":"Abi.php <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"Structs","children":[{"title":"StructEvent.php <span style='color:#111;'>4.44KB</span>","children":null,"spread":false},{"title":"StructFunction.php <span style='color:#111;'>3.97KB</span>","children":null,"spread":false},{"title":"FunctionInput.php <span style='color:#111;'>449B</span>","children":null,"spread":false},{"title":"FunctionOutput.php <span style='color:#111;'>386B</span>","children":null,"spread":false},{"title":"ParameterCollection.php <span style='color:#111;'>1.23KB</span>","children":null,"spread":false},{"title":"EventInput.php <span style='color:#111;'>562B</span>","children":null,"spread":false},{"title":"Interfaces","children":[{"title":"ParameterInterface.php <span style='color:#111;'>649B</span>","children":null,"spread":false}],"spread":false},{"title":"Parameter.php <span style='color:#111;'>5.56KB</span>","children":null,"spread":false}],"spread":true},{"title":"Serializer.php <span style='color:#111;'>3.31KB</span>","children":null,"spread":false},{"title":"Types","children":[{"title":"TypeString.php <span style='color:#111;'>1.31KB</span>","children":null,"spread":false},{"title":"Abstracts","children":[{"title":"AbstractTypeBytes.php <span style='color:#111;'>835B</span>","children":null,"spread":false},{"title":"AbstractType.php <span style='color:#111;'>365B</span>","children":null,"spread":false},{"title":"AbstractTypeInteger.php <span style='color:#111;'>853B</span>","children":null,"spread":false}],"spread":true},{"title":"TypeUint.php <span style='color:#111;'>940B</span>","children":null,"spread":false},{"title":"TypeBytes.php <span style='color:#111;'>1.81KB</span>","children":null,"spread":false},{"title":"TypeInt.php <span style='color:#111;'>1.54KB</span>","children":null,"spread":false},{"title":"TypeByte.php <span style='color:#111;'>153B</span>","children":null,"spread":false},{"title":"TypeAddress.php <span style='color:#111;'>1.22KB</span>","children":null,"spread":false},{"title":"Interfaces","children":[{"title":"TypeInterface.php <span style='color:#111;'>741B</span>","children":null,"spread":false},{"title":"TypeByteInterface.php <span style='color:#111;'>108B</span>","children":null,"spread":false},{"title":"TypeBytesInterface.php <span style='color:#111;'>179B</span>","children":null,"spread":false},{"title":"TypeBoolInterface.php <span style='color:#111;'>103B</span>","children":null,"spread":false},{"title":"TypeAddressInterface.php <span style='color:#111;'>106B</span>","children":null,"spread":false},{"title":"TypeIntegerInterface.php <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"TypeStringInterface.php <span style='color:#111;'>105B</span>","children":null,"spread":false}],"spread":false},{"title":"TypeBool.php <span style='color:#111;'>991B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Storage.php <span style='color:#111;'>737B</span>","children":null,"spread":false},{"title":"Keystore.php <span style='color:#111;'>5.64KB</span>","children":null,"spread":false},{"title":"StorageInterface.php <span style='color:#111;'>458B</span>","children":null,"spread":false},{"title":"Utils.php <span style='color:#111;'>1.32KB</span>","children":null,"spread":false},{"title":"Synchronizer.php <span style='color:#111;'>3.55KB</span>","children":null,"spread":false},{"title":"Methods","children":[{"title":"AbstractMethods.php <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":"Eth.php <span style='color:#111;'>28.32KB</span>","children":null,"spread":false},{"title":"Net.php <span style='color:#111;'>1.02KB</span>","children":null,"spread":false},{"title":"Web3.php <span style='color:#111;'>803B</span>","children":null,"spread":false}],"spread":true},{"title":"Collection.php <span style='color:#111;'>2.24KB</span>","children":null,"spread":false},{"title":"Exceptions","children":[{"title":"RpcResponseErrorException.php <span style='color:#111;'>93B</span>","children":null,"spread":false}],"spread":true},{"title":"SmartContractCollection.php <span style='color:#111;'>2.70KB</span>","children":null,"spread":false},{"title":"Crypto","children":[{"title":"Keccak.php <span style='color:#111;'>351B</span>","children":null,"spread":false},{"title":"TransactionSigner.php <span style='color:#111;'>2.00KB</span>","children":null,"spread":false},{"title":"Signature.php <span style='color:#111;'>2.43KB</span>","children":null,"spread":false}],"spread":false},{"title":"SmartContract.php <span style='color:#111;'>5.38KB</span>","children":null,"spread":false},{"title":"Client.php <span style='color:#111;'>3.19KB</span>","children":null,"spread":false},{"title":"Types","children":[{"title":"BlockNumber.php <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"Event.php <span style='color:#111;'>1.27KB</span>","children":null,"spread":false},{"title":"TypeInterface.php <span style='color:#111;'>1.30KB</span>","children":null,"spread":false},{"title":"Block.php <span style='color:#111;'>2.93KB</span>","children":null,"spread":false},{"title":"TypeAbstract.php <span style='color:#111;'>3.18KB</span>","children":null,"spread":false},{"title":"Uint.php <span style='color:#111;'>645B</span>","children":null,"spread":false},{"title":"Sync.php <span style='color:#111;'>575B</span>","children":null,"spread":false},{"title":"TransactionInfo.php <span style='color:#111;'>1.71KB</span>","children":null,"spread":false},{"title":"Filter.php <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"Log.php <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"Byte.php <span style='color:#111;'>529B</span>","children":null,"spread":false},{"title":"HashCollection.php <span style='color:#111;'>557B</span>","children":null,"spread":false},{"title":"LogCollection.php <span style='color:#111;'>324B</span>","children":null,"spread":false},{"title":"Address.php <span style='color:#111;'>801B</span>","children":null,"spread":false},{"title":"Buffer.php <span style='color:#111;'>2.37KB</span>","children":null,"spread":false},{"title":"AddressCollection.php <span style='color:#111;'>581B</span>","children":null,"spread":false},{"title":"Transaction.php <span style='color:#111;'>3.86KB</span>","children":null,"spread":false},{"title":"Hash.php <span style='color:#111;'>614B</span>","children":null,"spread":false},{"title":"TransactionReceipt.php <span style='color:#111;'>1.71KB</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"examples","children":[{"title":"test.php <span style='color:#111;'>1.33KB</span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'>53B</span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'>2.96KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明