1
0
mirror of synced 2025-02-19 11:17:08 +00:00
Daniel Sanchez 91d3558cb2
Create basic structure of mempool network adapter for da sampling (#683)
* Create basic structure of mempool network adapter for da sampling

* Return blob instead from sample method

* fmt
2024-07-26 08:49:24 +00:00

12 lines
269 B
TOML

[package]
name = "nomos-da-network-core"
version = "0.1.0"
edition = "2021"
[dependencies]
libp2p = "0.53"
futures = "0.3"
tracing = "0.1"
indexmap = "2.2"
subnetworks-assignations = { path = "../subnetworks-assignations" }
nomos-da-messages = { path = "../messages" }