add beacon chain explorer

This commit is contained in:
YaroShkvorets
2024-03-27 21:24:55 -04:00
parent ac908c42fe
commit a7aeb1b64d
20 changed files with 1348 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[package]
name = "substreams-beacon-explorer"
version = "0.1.0"
description = "Substreams showcasing the building blocks of Ethereum Beacon chain"
edition = "2021"
repository = "https://github.com/streamingfast/substreams-explorers"
license = "Apache 2.0"
[lib]
name = "substreams"
crate-type = ["cdylib"]
[dependencies]
prost = "0.11"
prost-types = "0.11"
substreams = "0.5"
[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"