diff --git a/website/pages/ru/developing/assemblyscript-api.mdx b/website/pages/ru/developing/assemblyscript-api.mdx index 8a1610e22ff6..bb6db70c5822 100644 --- a/website/pages/ru/developing/assemblyscript-api.mdx +++ b/website/pages/ru/developing/assemblyscript-api.mdx @@ -27,17 +27,17 @@ yarn add --dev @graphprotocol/graph-ts # Yarn npm install --save-dev @graphprotocol/graph-ts # NPM ``` -## API Reference +## Референс API -The `@graphprotocol/graph-ts` library provides the following APIs: +Библиотека `@graphprotocol/graph-ts` предоставляет следующие API: -- An `ethereum` API for working with Ethereum smart contracts, events, blocks, transactions, and Ethereum values. -- A `store` API to load and save entities from and to the Graph Node store. -- A `log` API to log messages to the Graph Node output and the Graph Explorer. -- An `ipfs` API to load files from IPFS. -- A `json` API to parse JSON data. -- A `crypto` API to use cryptographic functions. -- Low-level primitives to translate between different type systems such as Ethereum, JSON, GraphQL and AssemblyScript. +- API `ethereum` для работы со смарт-контактами Ethereum, событиями, блоками, транзакциями и значениями Ethereum. +- API `store` для загрузки и сохранения объектов из хранилища ноды The Graph и в него. +- `log` API для регистрации сообщений в выходных данных ноды The Graph и Graph Explorer. +- `ipfs` API для загрузки файлов из IPFS. +- `json` API для анализа данных в формате JSON. +- `crypto` API для использования криптографических функций. +- Низкоуровневые примитивы для перевода между системами различных типов, таких как Ethereum, JSON, GraphQL и AssemblyScript. ### Versions