From be2e9f024210b39a77b456934703b57e406a26e4 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 27 May 2024 06:39:34 -0700 Subject: [PATCH] merge issues --- pages/dev-node/quickstart.mdx | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/pages/dev-node/quickstart.mdx b/pages/dev-node/quickstart.mdx index 6c7a253..4044d38 100644 --- a/pages/dev-node/quickstart.mdx +++ b/pages/dev-node/quickstart.mdx @@ -1,21 +1,20 @@ # Running a Sei RPC node A full Sei node is a fundamental building block of the Sei Blockchain. It consists of a local copy of the blockchain, including its history and state. Running a full node is essential for participating in network operations like validating transactions, joining consensus, and broadcasting events to other network participants. -<<<<<<< HEAD -System Configuration -CPU Cores RAM Disk -16 cores 64GB 1TB NVMe -Quick start +## System Configuration +- CPU Cores RAM Disk +- 16 cores 64GB 1TB NVMe + +## Quick start There is a setup script that runs a lot of the basic setup to easily get you started running an RPC node. If you are an advanced user, please see Node Configurations. You can use this startup script: +`python3 scripts/run-node.py` + ```sh python3 scripts/run-node.py -======= -``` ->>>>>>> devrel ..:=++****++=:. .:+*##############*+:. .=*#####+:....:+#######+. @@ -35,16 +34,4 @@ python3 scripts/run-node.py .:+#######*-:..::*#####=. .-+###############*+:. ..-+********+-.. -``` - -## System Configuration -- CPU Cores RAM Disk -- 16 cores 64GB 1TB NVMe - -## Quick start -There is a setup script that runs a lot of the basic setup to easily get you started running an RPC node. If you are an advanced user, please see Node Configurations. - -You can use this startup script: - -`python3 scripts/run-node.py` - +``` \ No newline at end of file