Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 809 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 809 Bytes

ethereum-explorer-api

Node js API for scanning ethereum blockchain transactions

Steps to run

  1. Open command prompt

  2. Run below command to install the required dependencies.

    npm install

  3. Run below command to start the API. On success, a message will appear in cmd window displaying the connected Ethereum network and port.

    npm start

  4. Server will run on " localhost:3000 "

To achieve Fault tolerant , High workload and availability

Creating a Nodejs server containers and scaling it up based on the workload and using load balancers to ditribute the workload on the number of server and orchestrate the container cluster which will restart the containers that fail.This will help us to utilise the resource efficently to meet the demands.