Skip to content

Commit

Permalink
Added installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh authored Dec 16, 2024
1 parent 5fbdd85 commit 793218b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Quick start with Firehose for Ethereum can be found in the official Firehose doc
- [Design Principles](https://firehose.streamingfast.io/concepts-and-architeceture/design-principles)
- [Ethereum Syncing](https://firehose.streamingfast.io/firehose-setup/ethereum)

## Installation

- Using Homebrew (MacOS & Linux): `brew install tap/streamingfast/firehose-ethereum`
- Using Docker: `alias fireeth='docker run --rm -it -e="SF_API_TOKEN=${SF_API_TOKEN}" ghcr.io/streamingfast/firehose-ethereum'`
- Using pre-built binary at: https://github.com/streamingfast/firehose-core/releases?q=&expanded=true
- Compile from source: `go install ./cmd/fireeth`

## Release

Use the `./bin/release.sh` Bash script to perform a new release. It will ask you questions
Expand Down

0 comments on commit 793218b

Please sign in to comment.