Skip to content

Commit

Permalink
Update README.md with Vara Firehose details
Browse files Browse the repository at this point in the history
Revised the README.md to include quick start information for Firehose on the Vara blockchain, along with relevant links to the official Firehose documentation. Additionally, added specific poller commands for Vara, Mantra, and Injective blockchains.
  • Loading branch information
billettc committed Oct 8, 2024
1 parent fc40bec commit a68f7c0
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
<a href="https://www.streamingfast.io/">
<img width="100%" src="https://github.com/streamingfast/firehose-ethereum/raw/develop/assets/firehose-banner.png" alt="StreamingFast Fireshose Banner" />
<img width="100%" src="assets/firehose-banner.png" alt="StreamingFast Firehose Banner" />
</a>

# Firehose for Injective
[![reference](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/streamingfast/firehose-solana)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
# Firehose for Cosmos chain

[![reference](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/streamingfast/firehose-vara)

Quick start with Firehose for Vara can be found in the official Firehose docs. Here some quick links to it:

- [Firehose Overview](https://firehose.streamingfast.io/introduction/firehose-overview)
- [Concepts & Architectures](https://firehose.streamingfast.io/concepts-and-architeceture)
- [Components](https://firehose.streamingfast.io/concepts-and-architeceture/components)
- [Data Flow](https://firehose.streamingfast.io/concepts-and-architeceture/data-flow)
- [Data Storage](https://firehose.streamingfast.io/concepts-and-architeceture/data-storage)
- [Design Principles](https://firehose.streamingfast.io/concepts-and-architeceture/design-principles)

# Block definition `cosmos/proto/sf/cosmos/type/v2/block.proto`

# Running the Firehose poller for Injective
```bash
fireinjective fetch {FIRST_STREAMABLE_BLOCK} --endpoints {VARA_RPC_ENDPOINT} --state-dir {STATE_DIR}
```

# Running the Firehose poller for Mantra
```bash
firemantra fetch {FIRST_STREAMABLE_BLOCK} --endpoints {VARA_RPC_ENDPOINT} --state-dir {STATE_DIR}
```

# Running the Firehose poller for injective
```bash
fireinjective fetch {FIRST_STREAMABLE_BLOCK} --endpoints {VARA_RPC_ENDPOINT} --state-dir {STATE_DIR}
```

### License
[Apache 2.0](LICENSE)

0 comments on commit a68f7c0

Please sign in to comment.