Git Product home page Git Product logo

nymd / nethermind Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nethermindeth/nethermind

0.0 0.0 0.0 178.56 MB

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

Home Page: http://downloads.nethermind.io

License: Other

C# 99.29% CMake 0.08% C 0.18% PowerShell 0.02% Dockerfile 0.02% Shell 0.33% Python 0.05% CSS 0.01% ANTLR 0.01% Solidity 0.03%

nethermind's Introduction

.NET Core Ethereum client

Documentation https://docs.nethermind.io
Gitter Gitter https://gitter.im/nethermindeth/nethermind
Discord Discord
Medium https://medium.com/nethermind-eth
Twitter https://twitter.com/nethermindeth
Releases GitHub release https://github.com/NethermindEth/nethermind/releases
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
Github Actions [RUN] Consensus Legacy Tests [RUN] Nethermind/Ethereum Tests with Code Coverage [UPDATE] GitBook Docs https://github.com/NethermindEth/nethermind/actions

Download and run:

Windows
Linux x64/arm64
MacOS

It syncs fully on:

  • Mainnet
  • Goerli
  • Rinkeby
  • Ropsten
  • xDai
  • Poacore
  • Sokol
  • Energyweb
  • Volta
  • Kovan (only fast sync and may fail if pWASM transactions appear)

PPA (Tested on Ubuntu Series: Focal, Bionic, Xenial and Trusty)

  1. sudo add-apt-repository ppa:nethermindeth/nethermind
  2. sudo apt install nethermind
  3. To execute the launcher nethermind
  4. To execute the runner nethermind --config mainnet

Homebrew

  1. brew tap nethermindeth/nethermind
  2. brew install nethermind
  3. To execute the launcher nethermind-launcher
  4. To execute the runner nethermind --config mainnet

Build from Source

Prerequisites ๐Ÿšง

.NET 5.0 SDK

Windows

Linux

Ubuntu

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

Tested on Ubuntu 21.04, 20.04 and 18.04 LTS

Debian

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

Tested on Debian 10 (9 not working)

CentOS

sudo yum install -y glibc-devel bzip2-devel libzstd

# Link libraries
sudo ln -s `find /usr/lib64/ -type f -name "libbz2.so.1*"` /usr/lib64/libbz2.so.1.0 && \
sudo ln -s `find /usr/lib64/ -type f -name "libsnappy.so.1*"` /usr/lib64/libsnappy.so

Tested on CentOS 8

Fedora

sudo yum install -y glibc-devel snappy libzstd

# Link libraries
sudo ln -s `find /usr/lib64/ -type f -name "libbz2.so.1*"` /usr/lib64/libbz2.so.1.0 && \
sudo ln -s `find /usr/lib64/ -type f -name "libsnappy.so.1*"` /usr/lib64/libsnappy.so

Tested on Fedora 32

MacOS

brew install rocksdb gmp snappy lz4 zstd

Build and Run

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

Docker Image

Official Nethermind docker images are available on Docker Hub.

Get digest of docker image

In case of any docker image need to be updated in the repository, you can update the digest of this images with the next commands

docker inspect --format='{{index .RepoDigests 0}}' <image_name>

The output must show the image digest, and then you can copy that output in the FROM tag inside the Dockerfile

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

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.

License

GitHub

nethermind's People

Contributors

1swaraj avatar alexssd7 avatar annaszeszula avatar antid2ta avatar dceleda avatar foxreymann avatar github-actions[bot] avatar glesniakiewicz avatar kasiagankiewicz avatar kchowanski avatar kjazgar avatar kkokosa avatar kreft-qs-13 avatar kristofgazso avatar legogris avatar lukaszrozmej avatar marcindsobczak avatar marekm25 avatar matilote avatar micahzoltu avatar natdurlik avatar one-three-three-seven avatar rlanga avatar scooletz avatar sebastiandremo avatar sgryphon avatar spetz avatar stdevmac avatar tkstanczak avatar varasev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.