-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathSUMMARY.md
101 lines (92 loc) · 6.61 KB
/
SUMMARY.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Table of contents
* [Introduction](README.md)
* [Getting Started](new/explanation/getting-started.md)
## Tutorials
* [Develop Your First Substreams](new/tutorials/intro-to-tutorials.md)
* [on EVM](new/tutorials/evm.md)
* [on Solana](new/tutorials/solana)
* [Transactions & Instructions](new/tutorials/solana/solana.md)
* [Account Changes](new/tutorials/solana/account-changes.md)
* [on Starknet](new/tutorials/starknet.md)
* [on Cosmos](new/tutorials/cosmos-compatible)
* [Injective](new/tutorials/cosmos-compatible/injective.md)
* [MANTRA](new/tutorials/cosmos-compatible/mantra.md)
* [Publishing a Substreams Package](new/tutorials/publish-package.md)
## How-To Guides
* [Developing Substreams](new/how-to-guides/develop-your-own-substreams/develop-your-own-substreams.md)
* [on EVM](new/how-to-guides/develop-your-own-substreams/evm)
* [Exploring Ethereum](new/how-to-guides/develop-your-own-substreams/evm/exploring-ethereum/exploring-ethereum.md)
* [Mapping Blocks](new/how-to-guides/evm/exploring-ethereum/map\_block\_meta\_module.md)
* [Filter Transactions](new/how-to-guides/develop-your-own-substreams/evm/exploring-ethereum/map\_filter\_transactions\_module.md)
* [Retrieve Events of a Smart Contract](new/how-to-guides/develop-your-own-substreams/evm/exploring-ethereum/map\_contract\_events\_module.md)
* [on Solana](new/how-to-guides/develop-your-own-substreams/solana/solana.md)
* [Explore Solana](new/how-to-guides/develop-your-own-substreams/solana/explore-solana/explore-solana.md)
* [Filter Instructions](new/how-to-guides/develop-your-own-substreams/solana/explore-solana/filter-instructions.md)
* [Filter Transactions](new/how-to-guides/develop-your-own-substreams/solana/explore-solana/filter-transactions.md)
* [SPL Token Tracker](new/how-to-guides/develop-your-own-substreams/solana/token-tracker/token-tracker.md)
* [NFT Trades](new/how-to-guides/develop-your-own-substreams/solana/top-ledger/nft-trades.md)
* [DEX Trades](new/how-to-guides/develop-your-own-substreams/solana/top-ledger/dex-trades.md)
* [on Cosmos](new/how-to-guides/develop-your-own-substreams/cosmos)
* [Injective](new/how-to-guides/develop-your-own-substreams/cosmos/injective)
* [Simple Substreams Example](new/how-to-guides/develop-your-own-substreams/cosmos/injective/block-stats.md)
* [Foundational Modules](new/how-to-guides/develop-your-own-substreams/cosmos/injective/foundational.md)
* [Dojo DEX USDT Volume Subgraph Example](new/how-to-guides/develop-your-own-substreams/cosmos/injective/usdt-exchanges.md)
* [Using a Substreams Sink](new/how-to-guides/sinks/sinks.md)
* [Substreams:SQL](new/how-to-guides/sinks/sql/sql-sink.md)
<!--* [Deployable Services](new/how-to-guides/sinks/sql/deployable-services/)
* [Remote Service](new/how-to-guides/sinks/sql/deployable-services/remote-service.md)
* [Local Service](new/how-to-guides/sinks/sql/deployable-services/local-service.md)-->
<!--* [SQL Sink](new/how-to-guides/sinks/sql/sql-sink.md)-->
* [Substreams:Subgraph](new/how-to-guides/sinks/subgraph/subgraph.md)
* [Triggers](new/how-to-guides/sinks/subgraph/triggers.md)
* [Graph Out](new/how-to-guides/sinks/subgraph/graph-out.md)
* [Substreams:Stream](new/how-to-guides/sinks/stream/stream.md)
* [JavaScript](new/how-to-guides/sinks/stream/javascript.md)
* [Go](new/how-to-guides/sinks/stream/go.md)
* [Substreams:PubSub](new/how-to-guides/sinks/pubsub.md)
* [Community Sinks](new/how-to-guides/sinks/community/other-sinks)
* [MongoDB](new/how-to-guides/sinks/community/other-sinks/mongodb.md)
* [Files](new/how-to-guides/sinks/community/other-sinks/files.md)
* [Key-Value Store](new/how-to-guides/sinks/community/other-sinks/kv.md)
* [Prometheus](new/how-to-guides/sinks/community/other-sinks/prometheus.md)
<!--* [Deploying Substreams](new/tutorials/deployable-services/deployable-services.md)-->
* [EVM Extensions](new/how-to-guides/eth-calls/overview.md)
* [Making eth\_calls](new/how-to-guides/eth-calls/eth-calls.md)
* [Getting Started Using Rust and Protobuf](new/how-to-guides/using-rust-proto/using-rust-proto.md)
* [Rust](new/how-to-guides/using-rust-proto/rust/rust.md)
* [Option struct](new/how-to-guides/using-rust-proto/rust/option.md)
* [Result struct](new/how-to-guides/using-rust-proto/rust/result.md)
* [Protobuf Schemas](new/how-to-guides/using-rust-proto/creating-protobuf-schemas.md)
## Reference Material
* [Chains and endpoints](new/references/chains-and-endpoints.md)
* [Never Miss Data](new/references/reliability-guarantees.md)
* [Development Container Reference](new/references/devcontainer-ref.md)
* [Substreams CLI](new/references/cli/)
* [Install the CLI](new/references/cli/installing-the-cli.md)
* [Authentication](new/references/cli/authentication.md)
* [Substreams CLI reference](new/references/cli/command-line-interface.md)
* [Substreams Components](new/references/substreams-components/)
* [Packages](new/references/substreams-components/packages.md)
* [Modules](new/references/substreams-components/modules/modules.md)
* [Module types](new/references/substreams-components/modules/types.md)
* [Inputs](new/references/substreams-components/modules/inputs.md)
* [Output](new/references/substreams-components/modules/outputs.md)
* [Module handlers](new/references/substreams-components/modules/setting-up-handlers.md)
* [Module handler creation](new/references/substreams-components/modules/setting-up-handlers.md)
* [Indexes](new/references/substreams-components/modules/indexes.md)
* [Keys in stores](new/references/substreams-components/modules/keys-in-stores.md)
* [Dynamic data sources](new/references/substreams-components/modules/dynamic-data-sources.md)
* [Aggregation Windows](new/references/substreams-components/modules/aggregation-windows.md)
* [Parameterized Modules](new/references/substreams-components/modules/parameterized-modules.md)
* [Manifests Reference](new/references/substreams-components/manifests.md)
* [Substreams Architecture](new//references/architecture.md)
* [Graph-Node](./new/references/graph-node/graph-node.md)
* [Local Development](./new/references/graph-node/local-development.md)
* [Publish to The Graph Network](./new/references/graph-node/publish-decentralized-network.md)
* [Indexer Reference](new/references/indexer-reference/indexer-reference.md)
* [Test Substreams Locally](new/references/indexer-reference/test-locally.md)
<!-- * [Glossary](new/references/glossary.md) -->
* [Change log](release-notes/change-log.md)
* [FAQ](new/references/faq.md)
## Decentralized Indexing
* [What is The Graph?](https://thegraph.com/docs/en/about/)