bert86014 / ethereum-rpc
Ethereum (geth) RPC客户端
0.1.7
2020-05-31 01:40 UTC
Requires
- php: ^7.1.0
- ext-bcmath: *
- ext-json: *
- bert86014/http-client: ^0.4.5
This package is not auto-updated.
Last update: 2024-09-30 09:14:07 UTC
README
Ethereum (geth) RPC客户端
先决条件
- PHP >= 7.1
- bert86014/http-client >= v0.3.0
安装
composer require bert86014/ethereum-rpc
use EthereumRPC\EthereumRPC; ... $eth = new EthereumRPC(config('ethereum.host'), config('ethereum.port'));
文档
[官网]
集成
Laravel 5 拓展包: bert86014/laravel-erc20
赞助商
感谢赞助我们!!!
BTC/USDT-OMNI: 34BoQPt38uxCDA6W9Dw9i7LgGar6xHoDFG
ETH/USDT-ERC20: 0xd9b020B647245E080890Af29657e30B2e7F45f59
许可
本内容根据MIT许可发布。