Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/learn/security/key-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 1
This page describes the security aspects of the key-splitting procedure. It focuses on the core functions in the `ssv-keys` library of [the SSV-SDK](https://github.com/ssvlabs/ssv-sdk), which is used to split validator keys.

## Flow Overview
<!--- ![Key Splitting Flow](/img/flow_chart_keysplit.png) --->
![Key Splitting Flow](/img/flow_chart_keysplit.png)

The whole flow can be described in 4 steps:
1. Prepare `keystore-m` files and their respective password(s).
Expand Down
4 changes: 3 additions & 1 deletion docs/stakers/validator-onboarding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ sidebar_position: 3

# Validator Onboarding

Use this section to move validators from a standard setup to SSV Network.
Use this section to move validators from a standard setup to SSV Network. For context, see [Security of Key Splitting](/learn/security/key-splitting).

![Key Splitting Flow](/img/flow_chart_keysplit.png)

Follow the guides in this order:
1. [Split Keys](split-keys)
Expand Down
71 changes: 0 additions & 71 deletions src/components/HomepageFeatures/index.tsx

This file was deleted.

134 changes: 0 additions & 134 deletions src/components/HomepageFeatures/styles.module.css

This file was deleted.

Loading