Skip to content

Commit 624142b

Browse files
committed
New translations transactions.mdx (Russian)
1 parent 163e5f2 commit 624142b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/ru/substreams/developing/solana/transactions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Learn how to initialize a Solana-based Substreams project within the Dev Contain
77

88
> Note: This guide excludes [Account Changes](/substreams/developing/solana/account-changes/).
99
10-
## Options
10+
## Параметры
1111

1212
If you prefer to begin locally within your terminal rather than through the Dev Container (VS Code required), refer to the [Substreams CLI installation guide](https://docs.substreams.dev/reference-material/substreams-cli/installing-the-cli).
1313

@@ -38,7 +38,7 @@ Within the generated directories, modify your Substreams modules to include addi
3838

3939
To make your Substreams queryable (as opposed to [direct streaming](https://docs.substreams.dev/how-to-guides/sinks/stream)), you can automatically generate a [Substreams-powered Subgraph](/sps/introduction/) or SQL-DB sink.
4040

41-
### Subgraph
41+
### Субграф
4242

4343
1. Run `substreams codegen subgraph` to initialize the sink, producing the necessary files and function definitions.
4444
2. Create your [Subgraph mappings](/sps/triggers/) within the `mappings.ts` and associated entities within the `schema.graphql`.

0 commit comments

Comments
 (0)