testnet-laconicd-stack/cli
2024-08-14 18:20:50 +05:30
..
map-subscribers-to-participants.ts Add a progress bar 2024-08-14 18:20:50 +05:30
README.md Add a progress bar 2024-08-14 18:20:50 +05:30

cli

  • Install dependencies and build:

    yarn && yarn build
    
  • Create required env configuration:

    # Update the values as required
    # By default, live laconicd testnet (laconicd.laconic.com) endpoint is configured
    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