/web3-monitor-service

Creation backend of a comprehensive monitoring system using Web3 technologies.

Primary LanguageTypeScript

Web3 Insight Monitor Serivce

A user application that allows tracking transactions occurring in the blockchain.

Tech Stack

backend:

design:

Getting Started

Make sure you have Node.js installed on your machine

  1. Install Dependencies npm install

  2. Environment variables: touch .env.local to get data from the blockchain

    # https://etherscan.io/
    ETHEREUM_API_KEY=
    
    # You can add another blockchain API...
  3. Start Developing: npm run start