Skip to content

CCIP-App/CCIP-Puzzle-Config-Generator-Chocolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCIP-Puzzle-Config-Generator-Chocolate

Generate configuration for ccip-puzzle-chocolate from google sheets

Usage

1. Install dependency

npm install

2. Create spreadsheet and config.js

spreadsheet template https://docs.google.com/spreadsheets/d/18bQ9TtS-I7yrRMY42cJlZmhqmYCxxR3A3OQJPGcm8DA/edit?usp=sharing

module.exports = {
  spreadsheetKey: '<your sheet key in here>',
};

Make sure that your spreadsheet can be access by who know link, and has been published

3.Run command

node index.js

The result will be write to stdout

About

Generate configuration for ccip-puzzle-chocolate from google sheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published