You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/ru/sps/introduction.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Introduction to Substreams-Powered Subgraphs
3
-
sidebarTitle: Introduction
2
+
title: Введение в субграфы, работающие на основе Субпотоков
3
+
sidebarTitle: Введение
4
4
---
5
5
6
6
Boost your Subgraph's efficiency and scalability by using [Substreams](/substreams/introduction/) to stream pre-indexed blockchain data.
@@ -11,7 +11,7 @@ Use a Substreams package (`.spkg`) as a data source to give your Subgraph access
11
11
12
12
### Специфические особенности
13
13
14
-
There are two methods of enabling this technology:
14
+
Существует два способа активации этой технологии:
15
15
16
16
1.**Using Substreams [triggers](/sps/triggers/)**: Consume from any Substreams module by importing the Protobuf model through a Subgraph handler and move all your logic into a Subgraph. This method creates the Subgraph entities directly in the Subgraph.
0 commit comments