Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 764 Bytes

File metadata and controls

28 lines (21 loc) · 764 Bytes

etherscan-server

EtherScan NodeJs Server - For Test Environments

Purpose

This tool is designed to emulate some functions of EthenScap API - which is not available for test and local environments. It watches changes of Ethereum TestRPC and creates database with indexes to speed up queries to blockchain.

Installation

git clone https://github.com/masterwallet/etherscan-server
cd etherscan-server
npm install

Current version requires MYSQL database as indexing persistent layer. So, before first launch, please create etherscan database locally (npm run init:db) and install schema from db folder (npm run init:schema)

Running

npm run start

Disclaimer

This is early beta, should not be used for production yet

License

MIT