{"id":13414835,"url":"https://github.com/NethermindEth/nethermind","last_synced_at":"2025-03-14T22:32:16.979Z","repository":{"id":37285647,"uuid":"101194285","full_name":"NethermindEth/nethermind","owner":"NethermindEth","description":"A robust execution client for Ethereum node operators.","archived":false,"fork":false,"pushed_at":"2025-03-05T09:31:13.000Z","size":506027,"stargazers_count":1350,"open_issues_count":494,"forks_count":492,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-03-05T09:45:47.936Z","etag":null,"topics":["blockchain","eth","ethereum","ethereum-client","evm"],"latest_commit_sha":null,"homepage":"https://nethermind.io/nethermind-client","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NethermindEth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-GPL","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-23T15:10:51.000Z","updated_at":"2025-03-05T09:31:15.000Z","dependencies_parsed_at":"2023-12-24T19:35:03.832Z","dependency_job_id":"2dc21a5d-aa0a-462a-b722-003ac71ff8c1","html_url":"https://github.com/NethermindEth/nethermind","commit_stats":{"total_commits":7738,"total_committers":152,"mean_commits":50.9078947368421,"dds":0.6004135435513053,"last_synced_commit":"ae3e7a68a2176732816cc94f67f4ce111be91f9b"},"previous_names":[],"tags_count":505,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fnethermind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fnethermind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fnethermind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NethermindEth%2Fnethermind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NethermindEth","download_url":"https://codeload.github.com/NethermindEth/nethermind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243437964,"owners_count":20290864,"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","ethereum-client","evm"],"created_at":"2024-07-30T21:00:37.571Z","updated_at":"2025-03-14T22:32:16.971Z","avatar_url":"https://github.com/NethermindEth.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/nethermindeth/nethermind/assets/337518/3e3b3c06-9cf3-4364-a774-158e649588cc\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/nethermindeth/nethermind/assets/337518/d1cc365c-6045-409f-a961-18d22ddb2535\"\u003e\n    \u003cimg alt=\"Nethermind\" src=\"https://github.com/nethermindeth/nethermind/assets/337518/d1cc365c-6045-409f-a961-18d22ddb2535\" height=\"64\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n# Nethermind Ethereum client\n\n[![Tests](https://github.com/nethermindeth/nethermind/actions/workflows/nethermind-tests.yml/badge.svg)](https://github.com/nethermindeth/nethermind/actions/workflows/nethermind-tests.yml)\n[![Follow us on X](https://img.shields.io/twitter/follow/nethermindeth?style=social\u0026label=Follow%20us)](https://x.com/nethermindeth)\n[![Chat on Discord](https://img.shields.io/discord/629004402170134531?style=social\u0026logo=discord)](https://discord.gg/GXJFaYk)\n[![GitHub Discussions](https://img.shields.io/github/discussions/nethermindeth/nethermind?style=social)](https://github.com/nethermindeth/nethermind/discussions)\n[![GitPOAPs](https://public-api.gitpoap.io/v1/repo/NethermindEth/nethermind/badge)](https://www.gitpoap.io/gh/NethermindEth/nethermind)\n\nThe Nethermind Ethereum execution client, built on .NET, delivers industry-leading performance in syncing and tip-of-chain processing. With its modular design and plugin system, it offers extensibility and features for new chains. As one of the most adopted execution clients on Ethereum, Nethermind plays a crucial role in enhancing the diversity and resilience of the Ethereum ecosystem.\n\n## Documentation\n\nNethermind documentation is available at [docs.nethermind.io](https://docs.nethermind.io).\n\n### Supported networks\n\n**Ethereum** · **Gnosis** · **Optimism** · **Base** · **Taiko** · **World Chain** · **Linea** · **Energy Web**\n\n## Installing\n\nThe standalone release builds are available on [GitHub Releases](https://github.com/nethermindeth/nethermind/releases).\n\n### Package managers\n\n- **Linux**\n\n  On Debian-based distros, Nethermind can be installed via Launchpad PPA:\n\n  ```bash\n  sudo add-apt-repository ppa:nethermindeth/nethermind\n  # If command not found, run\n  # sudo apt-get install software-properties-common\n\n  sudo apt-get install nethermind\n  ```\n\n- **Windows**\n\n  On Windows, Nethermind can be installed via Windows Package Manager:\n\n  ```powershell\n  winget install nethermind\n  ```\n\n- **macOS**\n\n  On macOS, Nethermind can be installed via Homebrew:\n\n  ```bash\n  brew tap nethermindeth/nethermind\n  brew install nethermind\n  ```\n\nOnce installed, Nethermind can be launched as follows:\n\n```bash\nnethermind -c mainnet --data-dir path/to/data/dir\n```\n\nFor further instructions, see [Running a node](https://docs.nethermind.io/get-started/running-node).\n\n### Docker containers\n\nThe official Docker images of Nethermind are available on [Docker Hub](https://hub.docker.com/r/nethermind/nethermind) and tagged as follows:\n\n- `latest`: the latest version of Nethermind (the default tag)\n- `latest-chiseled`: a rootless and chiseled image of the latest version of Nethermind\n- `x.x.x`: a specific version of Nethermind\n- `x.x.x-chiseled`: a rootless and chiseled image of the specific version of Nethermind\n\nFor more info, see [Installing Nethermind](https://docs.nethermind.io/get-started/installing-nethermind).\n\n## Building from source\n\n### Docker image\n\nThis is the easiest and fastest way to build Nethermind if you don't want to clone the Nethermind repo, deal with .NET SDK installation, and other configurations. Running the following simple command builds the Docker image, which is ready to run right after:\n\n```bash\ndocker build https://github.com/nethermindeth/nethermind.git -t nethermind\n```\n\nFor more info, see [Building Docker image](https://docs.nethermind.io/developers/building-from-source#building-docker-image).\n\n### Standalone binaries\n\n**Prerequisites**\n\nInstall the [.NET SDK](https://aka.ms/dotnet/download).\n\n**Clone the repository**\n\n```bash\ngit clone --recursive https://github.com/nethermindeth/nethermind.git\n```\n\n**Build and run**\n\n```bash\ncd nethermind/src/Nethermind/Nethermind.Runner\ndotnet run -c release -- -c mainnet\n```\n\n**Test**\n\n```bash\ncd nethermind/src/Nethermind\n\n# Run Nethermind tests\ndotnet test Nethermind.slnx -c release\n\n# Run Ethereum Foundation tests\ndotnet test EthereumTests.slnx -c release\n```\n\nFor more info, see [Building standalone binaries](https://docs.nethermind.io/developers/building-from-source#building-standalone-binaries).\n\n## Contributing\n\nBefore you start working on a feature or fix, please read and follow our [contributing guidelines](./CONTRIBUTING.md) to help avoid any wasted or duplicate effort.\n\n## Security\n\nIf you believe you have found a security vulnerability in our code, please report it to us as described in our [security policy](SECURITY.md).\n\n## License\n\nNethermind is an open-source software licensed under the [LGPL-3.0](./LICENSE-LGPL). By using this project, you agree to abide by the license and [additional terms](https://nethermindeth.github.io/NethermindEthereumClientTermsandConditions/).\n","funding_links":[],"categories":["Blockchain","区块链","Frameworks, Libraries and Tools","Misc","Roadmap","框架, 库和工具"],"sub_categories":["Blockchain","Validator Clients","区块链"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNethermindEth%2Fnethermind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNethermindEth%2Fnethermind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNethermindEth%2Fnethermind/lists"}