承接 sfortop/ethereum-contract-monitoring 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sfortop/ethereum-contract-monitoring

Composer 安装命令:

composer require sfortop/ethereum-contract-monitoring

包简介

README 文档

README

#php ethereum transaction monitoring

all scripts work with Redis list and put result to own list to next processing

  • block-announcer - read last announced block and announces next pack of blocks to parse
  • block-reader - read transactions from announced blocks
  • transaction-reader - read transactions info from previous list
  • transaction-checker - check if transactions are belong to contract
  • transaction-announcer - pass checked transaction to RabbitMQ

RabbitMQ configuration passed by env variables

'host' => getenv('PGTW_RMQ_HOST')?: 'rabbitmq',
'port' => getenv('PGTW_RMQ_PORT')?: 5672,
'login' => getenv('PGTW_RMQ_USER') ?:'guest',
'password' => getenv('PGTW_RMQ_PASS') ?:'guest', 

Redis configuration passed by env variables

 'host' => getenv('PGTW_REDIS') ?: 'redis',
 'port' => getenv('PGTW_REDIS_PORT') ?: '6379',
 'db'   => getenv('PGTW_REDIS_DB') ?: '2',   

geth node configuration

 'host' => parse_url(getenv('ETHEREUM_NODE_URL'))['host'] ?? null,

统计信息

  • 总下载量: 253
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-07-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固