Skip to content

Commit

Permalink
merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed May 27, 2024
1 parent 4ad99e7 commit be2e9f0
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions pages/dev-node/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -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
..:=++****++=:.
.:+*##############*+:.
.=*#####+:....:+#######+.
Expand All @@ -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`
```

0 comments on commit be2e9f0

Please sign in to comment.