EtherScan NodeJs Server - For Test Environments
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.
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)
npm run start
This is early beta, should not be used for production yet
MIT