{"id":19990528,"url":"https://github.com/EthVM/EthVM","last_synced_at":"2025-05-04T09:36:05.628Z","repository":{"id":30893188,"uuid":"112239458","full_name":"EthVM/EthVM","owner":"EthVM","description":":zap:EthVM: Open Source Processing Engine and Block Explorer for Ethereum :zap:","archived":false,"fork":false,"pushed_at":"2024-04-12T04:45:30.000Z","size":260922,"stargazers_count":612,"open_issues_count":17,"forks_count":151,"subscribers_count":30,"default_branch":"develop","last_synced_at":"2024-04-12T12:07:20.798Z","etag":null,"topics":["blockchain","eth","ethereum","ethvm","explorer","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EthVM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-11-27T19:32:42.000Z","updated_at":"2024-04-08T11:25:29.000Z","dependencies_parsed_at":"2024-02-26T22:36:52.830Z","dependency_job_id":null,"html_url":"https://github.com/EthVM/EthVM","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVM%2FEthVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVM%2FEthVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVM%2FEthVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthVM%2FEthVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EthVM","download_url":"https://codeload.github.com/EthVM/EthVM/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224391382,"owners_count":17303609,"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":["blockchain","eth","ethereum","ethvm","explorer","vue"],"created_at":"2024-11-13T04:51:17.641Z","updated_at":"2024-11-13T04:51:56.416Z","avatar_url":"https://github.com/EthVM.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/logo.png\" alt=\"ethvm-logo\" width=\"200\"\u003e\n  \u003cp\u003e:zap: ethVM: An Open Source Block Explorer for Ethereum with Users In Mind :zap:\u003c/p\u003e\n  \u003cp\u003ePowered by \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypeScript\u003c/a\u003e / \u003ca href=\"https://vuejs.org/\"\u003eVueJS\u003c/a\u003e\n\u003c/div\u003e\n\n![Screenshot example](.github/assets/capture-1.png)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/capture-1.png\" width=\"100\" /\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/capture-2.png\" width=\"100\" /\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/capture-3.png\" width=\"100\" /\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/capture-4.png\" width=\"100\" /\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/ethvm/develop/.github/assets/capture-5.png\" width=\"100\" /\u003e\n\u003c/p\u003e\n\n## About\n\n### What is ethVM?\n\nethVM is an Ethereum Blockchain Data Processing and Analytics Engine with an open-source and client-side Block Explorer developed by the team at MyEtherWallet. It is secured under the SSPL license (a variation of the GNU Affero License v3).\n\nWhile ethVM is currently launched for Ethereum, it was created with the intention of supporting multiple chains.\n\n\n## Currently Supported Networks:\n\n- Ethereum Mainnet - [ethVM.com](https://www.ethvm.com/)\n- Sepolia Testnet - [sepolia.ethVM.com](https://sepolia.ethvm.com/)\n\n\n## Core infrastructure\n\nOur core infrastructure is based on well known languages:\n\n- [TypeScript](https://www.typescriptlang.org/) (Block Explorer)\n- Javascript (API/Processor)\n\nAnd also is backed by popular frameworks:\n\n- [VueJs](https://vuejs.org/)\n- [Apollo Graphql](https://www.apollographql.com/)\n\nIf you have any questions or requests, please feel free to open an issue or send us an email at *dev@ethvm.com*.\n\n\n## Getting Started\nYou can run Sepolia front end locally, you will need:\n\n*Prerequisites*\n- Node version 18.0.0\n- pnpm version 6.35.1\n- pnpm, [installation guide](https://pnpm.io/installation). \n\n1. Open terminal\n2. Clone the repo: git clone git@github.com:https://github.com/EthVM/EthVM.git\n3. run `cd v2`. Note that front end codebase files are located under v2 folder at this momoment.\n4. Create local .env file:\n  `nano ./.env `\n  \n  add the following variables to the file:\n  ```\n  NODE_ENV=development\n  VUE_APP_NETWORK='SEPOLIA'\n  VUE_APP_PUBLIC_URL='sepolia.ethvm.com/'\n  VUE_APP_HTTP_LINK=https://sepolia-api-v2.ethvm.dev\n  VUE_APP_WS_CLIENT=wss://sepolia-apiws-v2.ethvm.dev\n  ```\n  \n5. run `pnpm install` to install node packages\n6. run `pnpm serve`. \nApp should be running in https://localhost:8080\n\n\n## Contributing\n\nWe welcome and encourage every kind of contribution to ethVM, so, please see [CONTRIBUTING](.github/CONTRIBUTING.md) for more details on how to proceed.\n\n## Stay in touch!\n\nWe have created our [Discord channel](https://discord.gg/eAjufBYX4r), feel free to join and collaborate!\nYou can also reach out to us on [Twitter](https://twitter.com/Eth_VM) and [Reddit](https://www.reddit.com/r/ethvm/).\n\n\n## About [MyEtherWallet](https://github.com/MyEtherWallet) Inc\n\nethVM is created and supported by the team at MyEtherWallet (MEW).\n\nMyEtherWallet is Ethereum’s original wallet and has been in continuous operation since 2015. The MEW team is a group of crypto-enthusiasts dedicated to building open-source, beautiful and intuitive products that people and communities actually use. Our team is committed to protecting user privacy. We created tools that allow users to view and interact with their funds, while having confidence that they are the only ones with access to their data. without having to worry about who has access to their information and data.\n\nAll of our products are completely open-source and available on GitHub for review:\n\n[MyEtherWallet Inc](https://github.com/MyEtherWallet/MyEtherWallet)\n\n[Enkrypt](https://github.com/enkryptcom/enKrypt)\n\n## License\n\nThis project is licensed under the SSPL License (a small variation of the GNU Affero License v3) - see the [LICENSE](LICENSE) file for details ([or read it here online](https://www.mongodb.com/licensing/server-side-public-license)).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EthVM/EthVM/develop/.github/assets/powered-by-MEW.png\" alt=\"Powered by MEW\"  width=\"150\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEthVM%2FEthVM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEthVM%2FEthVM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEthVM%2FEthVM/lists"}