{"id":28928280,"url":"https://github.com/themartiancompany/evm-git","last_synced_at":"2026-05-08T14:47:57.611Z","repository":{"id":293905472,"uuid":"984902719","full_name":"themartiancompany/evm-git","owner":"themartiancompany","description":"Git on Ethereum networks.","archived":false,"fork":false,"pushed_at":"2025-05-17T21:01:06.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T21:26:31.890Z","etag":null,"topics":["ethereum","evm","evm-contracts-tools","evm-git","git","libevm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themartiancompany.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-16T17:50:57.000Z","updated_at":"2025-05-17T21:01:09.000Z","dependencies_parsed_at":"2025-05-17T21:36:37.999Z","dependency_job_id":null,"html_url":"https://github.com/themartiancompany/evm-git","commit_stats":null,"previous_names":["themartiancompany/evm-git"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themartiancompany/evm-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themartiancompany%2Fevm-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themartiancompany%2Fevm-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themartiancompany%2Fevm-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themartiancompany%2Fevm-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themartiancompany","download_url":"https://codeload.github.com/themartiancompany/evm-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themartiancompany%2Fevm-git/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304302,"owners_count":23138306,"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":["ethereum","evm","evm-contracts-tools","evm-git","git","libevm"],"created_at":"2025-06-22T14:12:53.240Z","updated_at":"2026-05-08T14:47:57.601Z","avatar_url":"https://github.com/themartiancompany.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[comment]: \u003c\u003e (SPDX-License-Identifier: AGPL-3.0)\n\n[comment]: \u003c\u003e (-------------------------------------------------------------)\n[comment]: \u003c\u003e (Copyright © 2024, 2025  Pellegrino Prevete)\n[comment]: \u003c\u003e (All rights reserved)\n[comment]: \u003c\u003e (-------------------------------------------------------------)\n\n[comment]: \u003c\u003e (This program is free software: you can redistribute)\n[comment]: \u003c\u003e (it and/or modify it under the terms of the GNU Affero)\n[comment]: \u003c\u003e (General Public License as published by the Free)\n[comment]: \u003c\u003e (Software Foundation, either version 3 of the License.)\n\n[comment]: \u003c\u003e (This program is distributed in the hope that it will be useful,)\n[comment]: \u003c\u003e (but WITHOUT ANY WARRANTY; without even the implied warranty of)\n[comment]: \u003c\u003e (MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the)\n[comment]: \u003c\u003e (GNU Affero General Public License for more details.)\n\n[comment]: \u003c\u003e (You should have received a copy of the GNU Affero General Public)\n[comment]: \u003c\u003e (License along with this program.)\n[comment]: \u003c\u003e (If not, see \u003chttps://www.gnu.org/licenses/\u003e.)\n\n\n# Ethereum Virtual Machine Git\n\nThe Ethereum Virtual Machine (EVM)\nGit is enables publishing and retrieving\ngit repositories onto Ethereum Virtual Machine\ncompatible blockchains.\nIt uses the\n[Ethereum Virtual Machine File System](\n  https://github.com/themartiancompany/evmfs)\nfor storage.\n\nData is compressed and signed\nagainst deployers or users' \n[EVM GNU Privacy Guard](\n  https://github.com/themartiancompany/evm-gnupg)\nkeys published on the\n[EVM OpenPGP Key Server](\n  https://github.com/themartiancompany/evm-openpgp-keyserver),\nso to avoid users from potentially\nmalevolent RPC endpoints and\nman-in-the-middle attacks.\n\nIt depends on the\n[EVM Contracts Tools](\n  https://github.com/themartiancompany/evm-contracts-tools)\nto interact with EVM networks and it is\nwritten using the\n[LibEVM](\n  https://github.com/themartiancompany/libevm)\nand the\n[Crash Bash](\n  https://github.com/themartiancompany/crash-bash)\nlibraries.\n\n### Installation\n\nThe program can be installed with a simple\n\n```bash\nmake\nmake \\\n  install\n```\n\nBeing the program written using the EVM Toolchain,\nthe build procedure requires\n[EVM Make](\n  https://github.com/themartiancompany/evm-make)\nand\n[Solidity Compiler](\n  https://github.com/themartiancompany/solidity-compiler)\nto be installed and available on the system.\n\nThe program has been officially published on the\nthe uncensorable\n[Ur](\n  https://github.com/themartiancompany/ur)\nuser repository and application store as\n`evm-git`.\nThe source code is published on the\n[Ethereum Virtual Machine File System](\n  https://github.com/themartiancompany/evmfs)\nso it can't possibly be taken down.\n\nTo install it from there just type\n\n```bash\nur \\\n  evm-git\n```\n\nA censorable HTTP Github mirror of the recipe published there,\ncontaining a full list of the software dependencies needed to run the\ntools is hosted on\n[evm-git-ur](\n  https://github.com/themartiancompany/evm-git-ur).\n\nBe aware the mirror could go offline any time as Github and more\nin general all HTTP resources are inherently unstable and censorable.\n\n\n### Usage\n\nTo upload the source code for\na contract one can type\n\n```bash\nevm-git \\\n  -v \\\n  publish \\\n    \u003ccommit_hash\u003e\n```\n\nwhile to retrieve the source code one can\ntype\n\n```bash\nevm-git \\\n  -v \\\n  retrieve \\\n    \u003ccommit_hash\u003e\n```\n\nFor further information and options consult\nthe manuals\n\n```bash\nman \\\n  evm-git\nman \\\n  evm-git\n```\n\nor run the commands with the `-h` help option.\n\n## License\n\nThis program is released under the terms of the GNU\nAffero General Public License version 3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemartiancompany%2Fevm-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemartiancompany%2Fevm-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemartiancompany%2Fevm-git/lists"}