This commit is contained in:
Alex Ant
2024-07-04 18:54:47 +05:00
parent e0cb706d76
commit bdb6dd195a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Пакет производит распаковку блоков, сохраняя действия и дельты таблиц и выдавая их по API. Состоит из двух модулей: парсера и API. Парсер считывает данные из блокчейна и помещает их в базу. API получает данные по запросу и возвращает их с пагинацией.
## Установка.
## Установка
```
pnpm install
```
+2
View File
@@ -36,6 +36,8 @@
"dist"
],
"scripts": {
"deploy-testnet": "git checkout testnet && git merge main && git push origin testnet",
"deploy-production": "git checkout production && git merge main && git push origin production",
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",