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