logos-co / nomos-node

Nomos blockchain node
38 stars 13 forks source link

DA API Indexer service #643

Closed bacv closed 2 months ago

bacv commented 2 months ago

Indexer service definition in nomos-services/data-availability/indexer/Cargo.toml. This new structure of data-availability directory is supposed to contain other da related services such as blob verifier. This PR only contains the service and trait definition for storage, network and indexer traits.