{"id":24937217,"url":"https://github.com/deemru/wavesreproduce","last_synced_at":"2026-02-07T11:32:38.666Z","repository":{"id":273359113,"uuid":"919446720","full_name":"deemru/WavesReproduce","owner":"deemru","description":"Waves Reproduce framework","archived":false,"fork":false,"pushed_at":"2025-01-22T22:05:19.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T02:08:28.650Z","etag":null,"topics":["php","waveskit","wavesplatform"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/deemru/wavesreproduce","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deemru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-20T12:05:32.000Z","updated_at":"2025-03-25T10:04:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"edabf2f6-522e-4aa3-b2ec-48d8d4b3ae79","html_url":"https://github.com/deemru/WavesReproduce","commit_stats":null,"previous_names":["deemru/wavesreproduce"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/deemru/WavesReproduce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesReproduce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesReproduce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesReproduce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesReproduce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemru","download_url":"https://codeload.github.com/deemru/WavesReproduce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FWavesReproduce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","waveskit","wavesplatform"],"created_at":"2025-02-02T16:58:41.302Z","updated_at":"2026-02-07T11:32:38.651Z","avatar_url":"https://github.com/deemru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WavesReproduce\n\n[![packagist](https://img.shields.io/packagist/v/deemru/wavesreproduce.svg)](https://packagist.org/packages/deemru/wavesreproduce) [![php-v](https://img.shields.io/packagist/php-v/deemru/wavesreproduce.svg)](https://packagist.org/packages/deemru/wavesreproduce) [![GitHub](https://img.shields.io/github/actions/workflow/status/deemru/WavesReproduce/php.yml?label=github%20actions)](https://github.com/deemru/WavesReproduce/actions/workflows/php.yml) [![license](https://img.shields.io/packagist/l/deemru/wavesreproduce.svg)](https://packagist.org/packages/deemru/wavesreproduce)\n\n[WavesReproduce](https://github.com/deemru/WavesReproduce) is a framework for reproducing transactions logic already applied to a Waves type blockchain.\n\n- Automatically reconstructs on-chain state\n- Watches multiple addresses\n- Lets you attach custom logic to different transaction types\n\n## Installation\n\n```bash\ncomposer require deemru/wavesreproduce\n```\n\n## Basic usage\n\n```php\nuse deemru\\WavesKit;\nuse deemru\\WavesReproduce;\n\n$wk = new WavesKit;\n$address = 'target_waves_address';\n\n$rp = new WavesReproduce( $wk, $address );\n$rp-\u003eupdate();\n\n$handlers = [\n    // Data transactions (type = 12)\n    12 =\u003e [\n        $address =\u003e function( $tx ) {\n            // Handle data tx for this address\n        }\n    ],\n    // Invoke transactions (type = 16)\n    16 =\u003e [\n        $address =\u003e function( $tx ) {\n            // Handle invoke tx for this address\n        }\n    ],\n];\n\n// Replay all transactions of interest from the earliest recorded height\n$rp-\u003ereproduce( $handlers );\n\n// Access your replicated state\n$state = $rp-\u003estate[$address];\n```\n\n## Documentaion\n\n- Consider to learn self tests: [selftest.php](https://github.com/deemru/WavesReproduce/blob/master/test/selftest.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fwavesreproduce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemru%2Fwavesreproduce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fwavesreproduce/lists"}