diff --git a/beacon-explorer/README.md b/beacon-explorer/README.md index 51d6a6a..3af5152 100644 --- a/beacon-explorer/README.md +++ b/beacon-explorer/README.md @@ -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 diff --git a/bitcoin-explorer/README.md b/bitcoin-explorer/README.md index d57c403..9bd83ef 100644 --- a/bitcoin-explorer/README.md +++ b/bitcoin-explorer/README.md @@ -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. diff --git a/ethereum-explorer/README.md b/ethereum-explorer/README.md index 04a897f..b415b3e 100644 --- a/ethereum-explorer/README.md +++ b/ethereum-explorer/README.md @@ -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"` diff --git a/solana-explorer/README.md b/solana-explorer/README.md index bb92355..fe6e0fb 100644 --- a/solana-explorer/README.md +++ b/solana-explorer/README.md @@ -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: