Skip to content

abelaluke/nethermind

 
 

Repository files navigation

.NET Core Ethereum client

Documentation ReadtheDocs https://nethermind.readthedocs.io
Gitter Gitter https://gitter.im/nethermindeth/nethermind
One day we will tweet at https://twitter.com/nethermindeth
Releases GitHub release https://github.com/NethermindEth/nethermind/releases
Travis CI Build Status https://travis-ci.org/NethermindEth/nethermind
Website http://nethermind.io/
Docker https://hub.docker.com/r/nethermind/nethermind
Codecov.io codecov https://codecov.io/gh/NethermindEth/nethermind

Download and run:

Windows
Linux
MacOS

it syncs fully on Mainnet, Ropsten, Rinkeby, Goerli

Build (Windows / Linux / MacOS)

IDE

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

SDKs

• Windows https://www.microsoft.com/net/download?initial-os=windows
• Linux https://www.microsoft.com/net/download?initial-os=linux (make sure to select the right distribution)
• Mac https://www.microsoft.com/net/download?initial-os=macos

source and build

on Linux:

sudo apt-get update && sudo apt-get install libsnappy-dev libc6-dev libc6

on Mac:

brew install gmp
brew install snappy

on Windows:

you may need to install https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

then (any platform):

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

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 trading tools, analytics and decentralized exchange (0x relay).

Nethermind client can be used in your projects, when setting up private Ethereum networks or dApps. Nethermind is under development and you find the open issues here issues

Links

http://nethermind.io/

License

GitHub

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%