Fixed some links due to docs re-organization
This commit is contained in:
@@ -4,7 +4,7 @@ The Ethereum Beacon Chain Explorer consists of several Substreams modules showca
|
||||
|
||||
## Before You Begin
|
||||
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/getting-started/quickstart). You must also provide a Pinax [API key](https://app.pinax.network) as `$SUBSTREAMS_API_KEY` environment variable
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/documentation/intro-getting-started/intro-evm). You must also provide a Pinax [API key](https://app.pinax.network) as `$SUBSTREAMS_API_KEY` environment variable
|
||||
|
||||
## Modules
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ The Bitcoin Explorer consists of several Substreams modules showcasing the most
|
||||
|
||||
## Before You Begin
|
||||
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/getting-started/quickstart). You must also provide an [authentication token](https://substreams.streamingfast.io/reference-and-specs/authentication).
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/documentation/intro-getting-started). You must also provide an [authentication token](https://substreams.streamingfast.io/documentation/consume/authentication).
|
||||
|
||||
## Modules
|
||||
|
||||
@@ -16,7 +16,7 @@ For every block, the `map_block_meta` module retrieves the most relevant informa
|
||||
|
||||
### How Can You Retrieve Transactions
|
||||
|
||||
For every block, the `map_transactions` modules summaries transaction number of vin and vout, the total valut of btc sent
|
||||
For every block, the `map_transactions` modules summaries transaction number of vin and vout, the total valut of btc sent
|
||||
|
||||
|
||||
## Running the Substreams
|
||||
@@ -31,7 +31,7 @@ Then, build the Rust code using the `cargo` command-line tool:
|
||||
|
||||
```
|
||||
> make build
|
||||
```
|
||||
```
|
||||
|
||||
Now, you are ready to run the Substreams. The Substreams contained in this project are independent of each other, so you must specify which Substreams module you want to run.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ The Ethereum Explorer consists of several Substreams modules showcasing the most
|
||||
|
||||
## Before You Begin
|
||||
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/getting-started/quickstart). You must also provide an [authentication token](https://substreams.streamingfast.io/reference-and-specs/authentication).
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/documentation/intro-getting-started/intro-evm). You must also provide an [authentication token](https://substreams.streamingfast.io/documentation/consume/authentication).
|
||||
|
||||
## Modules
|
||||
|
||||
@@ -81,7 +81,7 @@ This module allows you to filter transactions by two fields: `from` (the address
|
||||
yml
|
||||
```
|
||||
map_filter_transactions: "to=0xdAC17F958D2ee523a2206206994597C13D831ec7"
|
||||
```
|
||||
```
|
||||
This filter only returns the transactions received by the USDT contract address (`0xdAC17F958D2ee523a2206206994597C13D831ec7`). Other possibilities for the filter include:
|
||||
|
||||
- Using just `from`: `map_filter_transactions: "from=0xdAC17F958D2ee523a2206206994597C13D831ec7"`
|
||||
|
||||
@@ -4,7 +4,7 @@ The Solana Explorer consists of several Substreams modules showcasing the most b
|
||||
|
||||
## Before You Begin
|
||||
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/getting-started/quickstart). You must also provide an [authentication token](https://substreams.streamingfast.io/reference-and-specs/authentication).
|
||||
Make sure you have the [Substreams CLI installed](https://substreams.streamingfast.io/getting-started/installing-the-cli), and you know the [basic structure of a Substreams module](https://substreams.streamingfast.io/documentation/intro-getting-started/intro-solana). You must also provide an [authentication token](https://substreams.streamingfast.io/documentation/consume/authentication).
|
||||
|
||||
## Modules
|
||||
|
||||
@@ -27,7 +27,7 @@ Then, build the Rust code using the `cargo` command-line tool:
|
||||
In the following command, you retrieve the metadata of the block with slot number `153000000`. You specify the starting block by using the `--start-block` parameter.
|
||||
|
||||
```bash
|
||||
> substreams gui -e mainnet.sol.streamingfast.io:443 ./solana-explorer-v0.1.0.spkg map_block_meta --start-block 153000000 --stop-block +1
|
||||
> substreams gui -e mainnet.sol.streamingfast.io:443 ./solana-explorer-v0.1.0.spkg map_block_meta --start-block 153000000 --stop-block +1
|
||||
Connected (trace ID 0c93ceb65b98b138f0b8caf8a0e81c77)
|
||||
Progress messages received: 0 (0/sec)
|
||||
Backprocessing history up to requested target block 153000000:
|
||||
|
||||
Reference in New Issue
Block a user