Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.28 KB

README.md

File metadata and controls

51 lines (48 loc) · 1.28 KB

Добавить файл .env в корневую директорию, где указать KEY=апиключ и PORT=порт. Без него работает на портe 5000 и очень медленно из-за ограничений на реквесты со стороны etherscan :0

Сборка с помощью yarn:

Клонировать репозиторий:

git clone https://github.com/petrushi/etherscan_most_changed.git

Перейти в директорию:

cd etherscan_most_changed

Собрать модули и зависимости:

yarn

Скомпилировать TS:

yarn build

Запустить JS:

yarn start

API ендпоинт на http://localhost:5000/ или порте, указанном в .env


In file .env in root directory put KEY=your_APIkey and PORT=your_port. Without .env working on port 5000 and slow because of etherscan's requests rate limit

build with yarn:

Clone repo:

git clone https://github.com/petrushi/etherscan_most_changed.git

Go to directory:

cd etherscan_most_changed

Collect modules and deps with yarn:

yarn

Compile TS:

yarn build

Launch JS:

yarn start

API endpoint at http://localhost:5000/ or port from .env