.. | ||
src | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
cli
Prerequisites
- NodeJS -
v20.16.0
Instructions
-
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 --subscribers-csv <subscribers-csv-file> --output <output-csv-file> # Example: # yarn map-subscribers-to-participants --subscribers-csv subscribers.csv --output result.csv