Skip to content

HoytRen/celestia-node

This branch is 310 commits behind celestiaorg/celestia-node:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2022
Aug 9, 2024
Aug 7, 2024
Aug 8, 2024
Aug 7, 2024
Aug 8, 2024
Jun 10, 2024
Sep 4, 2023
Jul 4, 2024
Aug 8, 2024
Aug 7, 2024
May 27, 2024
Aug 8, 2024
Jul 8, 2024
Aug 7, 2024
Feb 19, 2024
Aug 7, 2024
Dec 20, 2022
May 9, 2024
Jul 17, 2024
Dec 15, 2022
Sep 13, 2023
Sep 22, 2022
Aug 9, 2024
Aug 16, 2021
Aug 9, 2024
Mar 10, 2023
Jun 26, 2024
Aug 8, 2024
Aug 8, 2024

Repository files navigation

Celestia Node

Go Reference GitHub release (latest by date including pre-releases) Go CI Go Report Card codecov

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.

Table of Contents

Minimum requirements

Requirement Notes
Go version 1.22.4 or higher

System Requirements

See the official docs page for system requirements per node type:

Installation

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.

API docs

The celestia-node public API is documented here.

Node types

  • Bridge nodes - relay blocks from the celestia consensus network to the celestia data availability (DA) network
  • Full nodes - fully reconstruct and store blocks by sampling the DA network for shares
  • Light nodes - verify the availability of block data by sampling the DA network for shares

More information can be found here.

Run a node

<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.

Environment variables

Variable Explanation Default value Required
CELESTIA_BOOTSTRAPPER Start the node in bootstrapper mode false Optional

Package-specific documentation

Code of Conduct

See our Code of Conduct here.

About

Celestia Data Availability Nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Go 99.1%
  • Other 0.9%