Namakete / web3-monitor-service

Creation backend of a comprehensive monitoring system using Web3 technologies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creation backend of a comprehensive monitoring system using Web3 technologies.


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%