Skip to content

A web application to generate transaction details from a given AIPG address.

Notifications You must be signed in to change notification settings

AIPowerGrid/AIPG-Transaction-Report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIPG Transaction Report Generator

The AIPG Transaction Report Generator is a tool for generating transaction reports based on provided addresses. It is built with Node.js and Express.js.

Installation

  1. Clone the repository:
git clone https://github.com/AIPowerGrid/AIPG-Transaction-Report.git
  1. Navigate to the project directory:
cd AIPG-Transaction-Report
  1. Install dependencies using npm:
npm install
npm install -g nodemon

Usage

  1. Start the server for local test:
npm run dev
  1. Open your web browser and navigate to:
http://localhost:8443
  1. Enter the desired address and click the "Generate" button to generate a transaction report.

  2. The generated report will be downloaded automatically.

Dependencies

  • Express.js: "^4.17.1"
  • nodemon: "^3.1.0"
  • gh-pages: "^6.1.1"
  • redis: "4.7.0"

License

This project is licensed under the MIT License.

About

A web application to generate transaction details from a given AIPG address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.3%
  • JavaScript 22.9%
  • Python 20.8%
  • CSS 13.0%