testnet-laconicd-stack/cli
2024-08-14 17:59:44 +05:30
..
map-subscribers-to-participants.ts Fetch participants pubkey and onboarding tx height 2024-08-14 17:59:44 +05:30
README.md Fetch participants pubkey and onboarding tx height 2024-08-14 17:59:44 +05:30

cli

  • Install dependencies:

    yarn
    
  • Create required env configuration:

    # Update the values as required
    cp .env.example .env
    
  • Map subscribers to onboarded participants:

    yarn ts-node cli/map-subscribers-to-participants.ts --subscribersCsv <subscribers-csv-file> --output <output-csv-file>
    
    # Example:
    # yarn ts-node cli/map-subscribers-to-participants.ts --subscribersCsv subscribers.csv --output result.csv