Skip to content

planetarium/9c-table-patcher

Repository files navigation

9c-table-patcher

Easy table patch tool for Nine Chronicles csv data

Summary

9c-table-patcher is Javascript based CSV data table patch tool for Nine Chronicles.
This is static webpage without any serverside code.

Key Features

Load CSV

User can select CSV file with dragging or selecting form file selector.
Once a CSV file is loaded, show contents into browser to check data.

Sign and stage transaction

If user wants to deploy CSV data into blockchain network, 9c-table-patcher helps whole process.

  1. Select network
  2. Select planet
  3. Provide private key which can publish CSV
  4. Make transaction and sign
  5. Deploy signed transaction and see result

Dependencies

  • Node.JS >= 18
  • yarn >= 1.22 (recommended)