MyGit

celestiaorg/celestia-node

Fork: 704 Star: 690 (更新于 1970-01-01 00:00:00)

license: Apache-2.0

Language: Go .

Celestia Data Availability Nodes

最后发布版本: v0.12.0 ( 2023-10-31 22:05:39)

GitHub网址

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

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2023-10-31 22:05:39 v0.12.0

2023-10-16 21:59:33 v0.11.0

2023-10-09 23:09:11 v0.11.0-rc15

2023-09-27 17:02:21 v0.11.0-rc9.1

2023-09-21 17:46:44 v0.11.0-rc14

2023-09-12 00:05:02 v0.11.0-rc13

2023-09-07 19:56:04 v0.11.0-rc12

2023-09-05 20:46:14 v0.11.0-rc11

2023-08-31 17:12:02 v0.11.0-rc10

2023-08-25 18:38:16 v0.11.0-rc8-arabica-improvements

主题(topics):

celestia, data-availability, data-availability-sampling

celestiaorg/celestia-node同语言 Go最近更新仓库

2024-11-21 22:49:20 containerd/containerd

2024-11-21 13:50:50 XTLS/Xray-core

2024-11-21 06:27:30 ollama/ollama

2024-11-21 05:17:55 Melkeydev/go-blueprint

2024-11-21 04:04:03 dolthub/dolt

2024-11-21 01:52:15 SpecterOps/BloodHound