GithubHelp home page GithubHelp logo

alexssd7 / nethermind Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nethermindeth/nethermind

0.0 0.0 0.0 164.7 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.31% CMake 0.10% C 0.23% PowerShell 0.02% Dockerfile 0.02% Shell 0.28% Python 0.04%

nethermind's Introduction

.NET Core Ethereum client

Documentation ReadtheDocs https://nethermind.readthedocs.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 Standard Build Build with Code Coverage Update Documentation Publish Nethermind Image to Docker Registry Publish ARM64 Image to Docker Registry https://github.com/NethermindEth/nethermind/actions

Download and run:

Windows
Linux
MacOS

It syncs fully on Mainnet, Ropsten, Rinkeby, Goerli.

Build from Source

Prerequisites

.NET 3.0 SDK

Windows

Linux

- Ubuntu

# Activate Microsoft repository
wget https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo apt install -y ./packages-microsoft-prod.deb apt-transport-https && sudo apt update

# Install dependencies
sudo apt install -y dotnet-sdk-3.1 libsnappy-dev libc6-dev libc6

Tested on Ubuntu 20.04 LTS and 18.04 LTS

- Debian

# Activate Microsoft repository
wget https://packages.microsoft.com/config/debian/$(lsb_release -rs | cut -d. -f1)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo apt install -y ./packages-microsoft-prod.deb apt-transport-https && sudo apt update

# Install dependencies
sudo apt install -y dotnet-sdk-3.1 libsnappy-dev libc6-dev libc6

Tested on Debian 10 (9 not working)

- CentOS

# Install dependencies
sudo yum install --enablerepo=PowerTools -y dotnet-sdk-3.1 gcc snappy-devel glibc-devel bzip2-devel libzstd

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

Tested on CentOS 8

- Fedora

# Install dependencies
sudo dnf install -y dotnet-sdk-3.1 gcc snappy-devel 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

Tested on Fedora 32

Mac

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.

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 (Link)
  • Visual Studio Code (Link)

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

nethermind's People

Contributors

agx10k avatar alexssd7 avatar annaszeszula avatar aspiers avatar bitcoinbrisbane avatar eduadiez avatar foxreymann avatar frankszendzielarz avatar github-actions[bot] avatar glesniakiewicz avatar icodesometime avatar kasiagankiewicz avatar kchowanski avatar kkokosa avatar lukaszrozmej avatar matilote avatar micahzoltu avatar mul1sh avatar one-three-three-seven avatar rlanga avatar rohitgupta027 avatar sandakersmann avatar scooletz avatar sebastiandremo avatar sgryphon avatar simon-jentzsch avatar spetz avatar tkstanczak avatar varasev avatar vicnaum 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.