1. Setup
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall Substreams
Using Homebrew:
brew install streamingfast/tap/substreamsUsing precompiled binaries
# Use correct binary for your platform
LINK=$(curl -s https://api.github.com/repos/streamingfast/substreams/releases/latest | awk '/download.url.*linux/ {print $2}' | sed 's/"//g')
curl -L $LINK | tar zxf -Compiling from source:
git clone https://github.com/streamingfast/substreams
cd substreams
go install -v ./cmd/substreamsInstall Buf
Using Homebrew:
Fork the SDK repo
Last updated
Was this helpful?

