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.
- Clone the repository:
git clone https://github.com/AIPowerGrid/AIPG-Transaction-Report.git
- Navigate to the project directory:
cd AIPG-Transaction-Report
- Install dependencies using npm:
npm install
npm install -g nodemon
- Start the server for local test:
npm run dev
- Open your web browser and navigate to:
http://localhost:8443
-
Enter the desired address and click the "Generate" button to generate a transaction report.
-
The generated report will be downloaded automatically.
- Express.js: "^4.17.1"
- nodemon: "^3.1.0"
- gh-pages: "^6.1.1"
- redis: "4.7.0"
This project is licensed under the MIT License.