celestiaorg / celestia-node
- четверг, 2 ноября 2023 г. в 00:00:04
Celestia Data Availability Nodes
Golang implementation of Celestia's data availability node types (light
| full
| bridge
).
The celestia-node types described above comprise the celestia data availability (DA) network.
The DA network wraps the celestia-core consensus network by listening for blocks from the consensus network and making them digestible for data availability sampling (DAS).
Continue reading here if you want to learn more about DAS and how it enables secure and scalable access to Celestia chain data.
Requirement | Notes |
---|---|
Go version | 1.21 or higher |
See the official docs page for system requirements per node type:
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node
make build
sudo make install
For more information on setting up a node and the hardware requirements needed, go visit our docs at https://docs.celestia.org.
The celestia-node public API is documented here.
More information can be found here.
<node_type>
can be: bridge
, full
or light
.
celestia <node_type> init
celestia <node_type> start
Please refer to this guide for more information on running a node.
Variable | Explanation | Default value | Required |
---|---|---|---|
CELESTIA_BOOTSTRAPPER |
Start the node in bootstrapper mode | false |
Optional |
See our Code of Conduct here.