forked from graphprotocol/firehose-cosmos
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with Vara Firehose details
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
Showing
1 changed file
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |