{"id":16880744,"url":"https://github.com/wtdcode/evm","last_synced_at":"2026-04-30T02:36:35.578Z","repository":{"id":110681126,"uuid":"606188885","full_name":"wtdcode/evm","owner":"wtdcode","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-24T23:08:01.000Z","size":6723,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T20:49:06.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtdcode.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":"2023-02-24T20:02:58.000Z","updated_at":"2023-02-24T20:05:28.000Z","dependencies_parsed_at":"2023-04-06T04:32:45.854Z","dependency_job_id":null,"html_url":"https://github.com/wtdcode/evm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wtdcode/evm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fevm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fevm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fevm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fevm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtdcode","download_url":"https://codeload.github.com/wtdcode/evm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtdcode%2Fevm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T15:59:57.077Z","updated_at":"2026-04-30T02:36:35.563Z","avatar_url":"https://github.com/wtdcode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SputnikVM: Rust Ethereum Virtual Machine Implementation\n\n[![Build Status](https://github.com/rust-blockchain/evm/workflows/Rust/badge.svg)](https://github.com/rust-blockchain/evm/actions?query=workflow%3ARust)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)\n\n| Name          | Description                                                     | Crates.io                                                                                                 | Documentation                                                                              |\n|---------------|:---------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------:|\n| evm           | Main library that re-exports most things.                        | [![crates.io](https://img.shields.io/crates/v/evm.svg)](https://crates.io/crates/evm)                     | [![Documentation](https://docs.rs/evm/badge.svg)](https://docs.rs/evm)                     |\n| evm-core      | Core library defining the basic execution rules.                | [![crates.io](https://img.shields.io/crates/v/evm-core.svg)](https://crates.io/crates/evm-core)           | [![Documentation](https://docs.rs/evm-core/badge.svg)](https://docs.rs/evm-core)           |\n| evm-gasometer | Integration of Ethereum gas rules.                              | [![crates.io](https://img.shields.io/crates/v/evm-gasometer.svg)](https://crates.io/crates/evm-gasometer) | [![Documentation](https://docs.rs/evm-gasometer/badge.svg)](https://docs.rs/evm-gasometer) |\n| evm-runtime   | Runtime defining interface for block, transaction, and storage. | [![crates.io](https://img.shields.io/crates/v/evm-runtime.svg)](https://crates.io/crates/evm-runtime)     | [![Documentation](https://docs.rs/evm-runtime/badge.svg)](https://docs.rs/evm-runtime)     |\n\n## Features\n\n* **Standalone** - can be launched as an independent process or integrated into other apps\n* **Universal** - supports different Ethereum chains, such as ETC, ETH or private ones\n* **Stateless** - only an execution environment connected to independent State storage\n* **Fast** - main focus is on performance\n* written in Rust, can be used as a binary, cargo crate or shared\n  library\n\n## Dependencies\n\nEnsure you have at least `rustc 1.51.0 (2fd73fabe 2021-03-23)`. Rust 1.50.0 and\nbefore are not supported.\n\n## Documentation\n\n* [Latest release documentation](https://docs.rs/evm)\n\n## Build from sources\n\nSputnikVM is written in Rust. If you are not familiar with Rust, please\nsee the [starting documentation](https://www.rust-lang.org/learn).\n\n### Build\n\nTo start working with SputnikVM you'll\nneed to install [rustup](https://www.rustup.rs/), then you can do:\n\n```bash\n$ git clone git@github.com:rust-blockchain/evm.git\n$ cd evm\n$ cargo build --release --all\n```\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtdcode%2Fevm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtdcode%2Fevm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtdcode%2Fevm/lists"}