Node js API for scanning ethereum blockchain transactions
-
Open command prompt
-
Run below command to install the required dependencies.
npm install
-
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
-
Server will run on " localhost:3000 "
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.