Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Execution Client is largely analogous to an [execution client](https://ether

#### Prerequisites

* [.NET SDK](https://aka.ms/dotnet/download) 9 or later
* [.NET SDK](https://aka.ms/dotnet/download) 9.0.200 or later

#### Building

Expand All @@ -73,14 +73,14 @@ The Execution Client is largely analogous to an [execution client](https://ether
2. Build the source:

```bash
dotnet build src/Nethermind/Nethermind.sln -c release
dotnet build src/Nethermind/Nethermind.slnx -c release
```

3. Run `Nethermind` (this will build it first if needed):

```bash
cd src/Nethermind/Nethermind.Runner
dotnet run -c release -- -c mainnet
dotnet run -c release -- -c op-mainnet
```

The build artifacts will be located in `src/Nethermind/artifacts/bin/Nethermind.Runner/release`.
Expand Down