entropa-node 0.1.1

Entropa node — mempool, beacon-seeded proposer selection, and the consensus engine that produces and validates blocks. Networking (libp2p) layers on top of this.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "entropa-node"
version.workspace = true
edition.workspace = true
authors.workspace = true
license = "MIT"
description = "Entropa node — mempool, beacon-seeded proposer selection, and the consensus engine that produces and validates blocks. Networking (libp2p) layers on top of this."
repository = "https://github.com/aimozart/entropa-public"
homepage = "https://entropa.space"
readme = "README.md"

[dependencies]
entropa-core = { path = "../core", version = "0.1" }
blake3 = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }