testnet-laconicd-stack/cli
2024-08-14 17:48:21 +05:30
..
map-subscribers-to-participants.ts Add default endpoints 2024-08-14 17:48:21 +05:30
README.md Add scripts to package.json 2024-08-14 17:40:10 +05:30

cli

  • Install dependencies and build:

    yarn && yarn build
    
  • Create required env configuration:

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

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