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
В .env.example ссылки, которые я использовал. Приложение запустится на данных из .env.example
Можно проверить, используя swagger-ui или собственноручно
Ниже указал API, а дальше запуск приложения
API
# swagger
link /api/docs
# for evm-haqq
link { .../evm/block/:height, GET }
link { .../evm/transactions/:hash, GET }
#for cosmos.it-rocket
link { .../cosmos/block/:height, GET }
link { .../cosmos/transactions/:hash, GET }
Project setup
$ npm install
Compile and run the project
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod