Skip to content

Commit

Permalink
New translations assemblyscript-api.mdx (Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jul 31, 2023
1 parent 591036a commit 315855f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/pages/ru/developing/assemblyscript-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 315855f

Please sign in to comment.