Download the PHP package sfortop/ethereum-contract-monitoring without Composer
On this page you can find all versions of the php package sfortop/ethereum-contract-monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ethereum-contract-monitoring
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,
All versions of ethereum-contract-monitoring with dependencies
furqansiddiqui/erc20-php Version dev-master
furqansiddiqui/ethereum-rpc Version dev-master
furqansiddiqui/http-client Version dev-master
php-amqplib/php-amqplib Version ^v2.7
prolic/humus-amqp Version ^v1.4
sandrokeil/interop-config Version ^2.1
zendframework/zend-component-installer Version ^2.1
zendframework/zend-config-aggregator Version ^1.1
zendframework/zend-db Version ^2.9
zendframework/zend-di Version ^3.0
zendframework/zend-diactoros Version ^1.8
zendframework/zend-expressive Version ^3.0
zendframework/zend-expressive-fastroute Version ^3.0
zendframework/zend-expressive-helpers Version ^5.1
zendframework/zend-filter Version ^2.8
zendframework/zend-hydrator Version ^2.4
zendframework/zend-log Version ^2.10
zendframework/zend-servicemanager Version ^3.3
zendframework/zend-stdlib Version ^3.2