An open API service indexing awesome lists of open source software.

https://github.com/planetarium/9c-table-patcher

Patch & Sign Nine Chronicles table csv data
https://github.com/planetarium/9c-table-patcher

hacktoberfest hacktoberfest2024

Last synced: 5 months ago
JSON representation

Patch & Sign Nine Chronicles table csv data

Awesome Lists containing this project

README

        

# 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)