{"id":19426371,"url":"https://github.com/ausaf007/evm-implementation-in-go","last_synced_at":"2026-05-20T07:03:32.259Z","repository":{"id":75036373,"uuid":"564192996","full_name":"ausaf007/evm-implementation-in-go","owner":"ausaf007","description":"Implementation Of Ethereum Virtual Machine With Limited Instruction Set.","archived":false,"fork":false,"pushed_at":"2022-11-10T07:47:21.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T05:16:02.820Z","etag":null,"topics":["ethereum","evm","evm-bytecode","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ausaf007.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":"2022-11-10T07:31:39.000Z","updated_at":"2022-11-10T07:35:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5297a2d-2f51-4c53-b95a-33c62c7b7693","html_url":"https://github.com/ausaf007/evm-implementation-in-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ausaf007/evm-implementation-in-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausaf007%2Fevm-implementation-in-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausaf007%2Fevm-implementation-in-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausaf007%2Fevm-implementation-in-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausaf007%2Fevm-implementation-in-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ausaf007","download_url":"https://codeload.github.com/ausaf007/evm-implementation-in-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ausaf007%2Fevm-implementation-in-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271442253,"owners_count":24760353,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["ethereum","evm","evm-bytecode","go","golang"],"created_at":"2024-11-10T14:07:23.700Z","updated_at":"2026-05-20T07:03:32.199Z","avatar_url":"https://github.com/ausaf007.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eEthereum Virtual Machine\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eImplementation Of Ethereum Virtual Machine With Limited Instruction Set. \u003c/h3\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails open\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#tech-stack\"\u003eTech Stack\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#how-to-use\"\u003eHow to use?\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n## About The Project\n\nImplementation of Ethereum Virtual Machine in Golang, with the following instructions supported: \n- PUSH1/PUSH2/PUSH3/PUSH32\n- MSTORE/MSTORE8 \n- ADD/MUL/SDIV/EXP \n\n## Tech Stack\n\n[![](https://img.shields.io/badge/Built_with-Go-green?style=for-the-badge\u0026logo=Go)](https://go.dev/)\n\n## Prerequisites\n\nDownload and install [Golang 1.19](https://go.dev/doc/install) (or higher).  \n\n## How To Use?\n\n1. Navigate to `evm-implementation-in-go/`:\n   ``` \n   cd /path/to/folder/evm-implementation-in-go/\n   ```\n2. Get dependencies:\n   ``` \n   go mod tidy\n   ```\n3. Run the app:\n   ``` \n   go run main.go \n   # use \"--verbose\" flag to get additional logs\n   go run main.go --verbose \n   ```\n4. CD into `evm/` to run tests:\n   ``` \n   cd evm/\n   go test\n   ```\n\nThank you!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fausaf007%2Fevm-implementation-in-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fausaf007%2Fevm-implementation-in-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fausaf007%2Fevm-implementation-in-go/lists"}