testnet-laconicd-stack/cli/README.md

24 lines
468 B
Markdown
Raw Normal View History

# cli
2024-08-14 12:02:12 +00:00
* Install dependencies and build:
```bash
2024-08-14 12:02:12 +00:00
yarn && yarn build
```
* Create required env configuration:
```bash
# Update the values as required
cp .env.example .env
```
* Map subscribers to onboarded participants:
```bash
2024-08-14 12:02:12 +00:00
yarn map-subscribers-to-participants --subscribersCsv <subscribers-csv-file> --output <output-csv-file>
# Example:
2024-08-14 12:02:12 +00:00
# yarn map-subscribers-to-participants --subscribersCsv subscribers.csv --output result.csv
```