Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.02 KB

File metadata and controls

46 lines (31 loc) · 1.02 KB

Refundable Transactions CSV Generator

This project processes an array of RefundableTransaction objects, formats them as CSV, and saves the file locally.

Setup

Add environment variables.

ON_FINALITY_API_KEY=

📥 Installation

  1. Clone the repository
git clone git@github.com:TalismanSociety/refund-scripts.git
cd refund-scripts
  1. Install dependencies
npm install
  1. Get Data for coldkey
  1. Run script to parse coldKeyReport data and fetch extrinsic data.

    npm start
  2. Run scripts to generate csv files:

    npm run generate