Skip to content

Parse and generate data for creating a multisig csv to refund Bittensor users.

Notifications You must be signed in to change notification settings

TalismanSociety/refund-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

Parse and generate data for creating a multisig csv to refund Bittensor users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published