Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh authored Dec 16, 2024
1 parent 80f9f1a commit a917e33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Firehose multi-chain executor
## Firehose Core - Multi-chain Executor

This repository contains all the base components of [Firehose](https://firehose.streamingfast.io/) and run the software for multiple block chains (Bitcoin, Solana, ...) or be used as a library (firehose-ethereum, firehose-antelope)

## Compiling
## Installation

* `go install -v ./cmd/firecore`

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

## Running directly

Expand Down

0 comments on commit a917e33

Please sign in to comment.