Skip to content

Commit

Permalink
react test comp added 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylcode authored Sep 5, 2023
1 parent a41a035 commit 08407b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/zetachain/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 3
description: Live Peers / Seeds
---

export const Highlight = ({children, color}) => (
<span
style={{
Expand All @@ -12,4 +17,9 @@ export const Highlight = ({children, color}) => (

<Highlight color="#25c2a0">Docusaurus green</Highlight> and <Highlight color="#1877F2">Facebook blue</Highlight> are my favorite colors.

I can write **Markdown** alongside my _JSX_!
I can write **Markdown** alongside my _JSX_!
# Live Peers / Seeds

> When you start a node, you often need to connect to the network. This requires you to connect to one or more peers to start downloading the blockchain and receiving new blocks and transactions. Seeding nodes or bootstrap nodes help in this initial connection process.
<Highlight color="#25c2a0">Docusaurus green</Highlight> and <Highlight color="#1877F2">Facebook blue</Highlight> are my favorite colors.

0 comments on commit 08407b7

Please sign in to comment.