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
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-11