From 08407b791cdfcc02c1cd25eaaaf27e9b2066385b Mon Sep 17 00:00:00 2001 From: Influenzo <52459025+vasylcode@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:40:35 -0600 Subject: [PATCH] react test comp added 2 --- docs/zetachain/sync/peers-seeds.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/zetachain/sync/peers-seeds.mdx b/docs/zetachain/sync/peers-seeds.mdx index db52242d..55c32c7c 100644 --- a/docs/zetachain/sync/peers-seeds.mdx +++ b/docs/zetachain/sync/peers-seeds.mdx @@ -1,3 +1,8 @@ +--- +sidebar_position: 3 +description: Live Peers / Seeds +--- + export const Highlight = ({children, color}) => ( ( Docusaurus green and Facebook blue are my favorite colors. -I can write **Markdown** alongside my _JSX_! \ No newline at end of file +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. + +Docusaurus green and Facebook blue are my favorite colors.