{"id":24745744,"url":"https://github.com/weavevm/evm-state-reconstructing","last_synced_at":"2025-06-26T09:40:20.287Z","repository":{"id":274452698,"uuid":"922342369","full_name":"weaveVM/evm-state-reconstructing","owner":"weaveVM","description":"Reconstruct EVM state in 10 LOCs -- pulling data from wvm-archiver data lakes","archived":false,"fork":false,"pushed_at":"2025-02-25T10:21:07.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T18:04:12.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/weaveVM.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,"zenodo":null}},"created_at":"2025-01-25T23:54:30.000Z","updated_at":"2025-02-25T10:21:10.000Z","dependencies_parsed_at":"2025-03-23T00:33:19.327Z","dependency_job_id":null,"html_url":"https://github.com/weaveVM/evm-state-reconstructing","commit_stats":null,"previous_names":["weavevm/evm-state-reconstructing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weaveVM/evm-state-reconstructing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fevm-state-reconstructing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fevm-state-reconstructing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fevm-state-reconstructing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fevm-state-reconstructing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaveVM","download_url":"https://codeload.github.com/weaveVM/evm-state-reconstructing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fevm-state-reconstructing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262040141,"owners_count":23249348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-28T03:29:35.621Z","updated_at":"2025-06-26T09:40:20.279Z","avatar_url":"https://github.com/weaveVM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wvm.dev\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/weaveVM/.github/main/profile/bg.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## About\nEVM State Reconstruction is a PoC tool for testing purposes that demonstrates how to use EVM network data archived by an [wvm-archiver](https://github.com/weaveVM/wvm-archiver) instance to reconstruct its state trustlessly by pulling data from [WeaveVM](https://wvm.dev).\n\nThis PoC implements a simplified EVM state reconstruction logic using revm -- for production purposes users are free to implement their own logic in [evm_exec.rs](./src/utils/core/evm_exec.rs)\n\n## Usage\nAdd it to your codebase:\n\n```Cargo.toml\nevm_state_reconstructing = {git = \"https://github.com/weaveVM/evm-state-reconstructing\", branch = \"main\"}\n```\n\n### Code example\n\nCase example: Reconstructing the state of [RSS3 VSL Mainnet](https://rss3.io) :\n\n```rust\nuse evm_state_reconstructing::utils::core::evm_exec::StateReconstructor;\nuse evm_state_reconstructing::utils::core::networks::Networks;\nuse evm_state_reconstructing::utils::core::reconstruct::reconstruct_network;\nuse anyhow::Error;\n\n\nasync fn reconstruct_state() -\u003e Result\u003cStateReconstructor, Error\u003e {\n    let network: Networks = Networks::rss3();\n    let state: StateReconstructor = reconstruct_network(network).await?;\n    Ok(state)\n}\n```\n\n## License\nThis repository is licensed under the [MIT License](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fevm-state-reconstructing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavevm%2Fevm-state-reconstructing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fevm-state-reconstructing/lists"}