Skip to content

fosfuan/nethermind

 
 

Repository files navigation

.NET Core Ethereum client

Documentation ReadtheDocs https://nethermind.readthedocs.io
Gitter Gitter https://gitter.im/nethermindeth/nethermind
Twitter https://twitter.com/nethermindeth
Releases GitHub release https://github.com/NethermindEth/nethermind/releases
Travis CI Build Status https://travis-ci.org/NethermindEth/nethermind
Website https://nethermind.io/
Docker https://hub.docker.com/r/nethermind/nethermind
Codecov.io codecov https://codecov.io/gh/NethermindEth/nethermind
Fund with Gitcoin https://gitcoin.co/grants/142/nethermind

Download and run:

Windows
Linux
MacOS

it syncs fully on Mainnet, Ropsten, Rinkeby, Goerli

Build from Source

Prerequisites

.NET 3.0 SDK

Windows

Linux

Additionally for Ubuntu 16.04

sudo add-apt-repository ppa:ubuntu-toolchain-r/test && \
sudo apt-get update && \
sudo apt-get install gcc-6 g++-6 && \
sudo apt install libzstd1

Mac

Build

git clone https://github.com/tkstanczak/nethermind --recursive
cd nethermind/src/Nethermind
dotnet build Nethermind.sln -c Release
cd Nethermind.Runner
dotnet run -c Release --no-build -- --config mainnet

Test

if you want to run the Nethermind or Ethereum Foundation tests, then:

dotnet build Nethermind.sln -c Debug
dotnet test Nethermind.sln

dotnet build EthereumTests.sln -c Debug
dotnet test EthereumTests.sln

IDE

• JetBrains Rider https://www.jetbrains.com/rider/
• VS Code https://code.visualstudio.com/docs/other/dotnet

Contributors welcome

GitHub issues Gitter GitHub contributors

At Nethermind we are building an open source multiplatform Ethereum client implementation in .NET Core (running seamlessly on Linux, Windows and MacOS). Simultaneously our team works on Nethermind Data Marketplace and on-chain data extraction tools and client customizations.

Nethermind client can be used in your projects, when setting up private Ethereum networks or dApps. The latest prod version of Nethermind can be found at downloads.nethermind.io.

Links

https://nethermind.io/

License

GitHub

About

Our flagship .NET Core Ethereum client for Linux, Windows, MacOs - full and actively developed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Shell 0.4%
  • C 0.4%
  • CMake 0.2%
  • PowerShell 0.0%
  • Dockerfile 0.0%