testnet-laconicd-stack/scripts
Prathamesh Musale 98e882bf28 Add instructions to run stage1 with slashing module (#23)
Part of [laconicd testnet validator enrollment](#19)
Requires cerc-io/laconicd#53 and cerc-io/fixturenet-laconicd-stack#13

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: #23
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-08-16 14:52:45 +00:00
..
src Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
.env.example Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
.gitignore Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
.npmrc Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
package.json Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
README.md Add instructions to run stage1 with slashing module (#23) 2024-08-16 14:52:45 +00:00
tsconfig.json Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00
yarn.lock Add a script to get subscribed and onboarded laconicd accounts (#22) 2024-08-16 04:11:54 +00:00

scripts

Prerequisites

  • NodeJS >= v18.17.x

Instructions

  • Change to scripts dir:

    cd scripts
    
  • 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-$(date +"%Y-%m-%d%Y%m%d").csv