eth: add docs, image and network

This commit is contained in:
colindickson
2023-11-02 10:56:16 -04:00
parent b25cb3afe5
commit 2dc78ab1bf
3 changed files with 21 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
.PHONY: build
build:
cargo build --target wasm32-unknown-unknown --release
.PHONY: protogen
protogen:
substreams protogen ./substreams.yaml --exclude-paths="sf/substreams,google"
.PHONY: pack
pack: build
.PHONY: build
build:
cargo build --target wasm32-unknown-unknown --release
.PHONY: package
package: build
substreams pack substreams.yaml