Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 564 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 564 Bytes

CHIP-0007

Description

Using the CSV provided by the teams, the script generates a CHIP-0007 compatible json, and calculates the sha256 of the json file and append it to each line in the csv

To install packages, Run

npm install

Start the script using the command

node index.js

or

npm run server 

or

npm start

A CHIP-0007 json will be generated and displayed on the console.

A teams.output.csv will also be generated and saved in the root directory.

CSV files from the teams is located in the csv folder