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
- Host: GitHub
- URL: https://github.com/planetarium/9c-table-patcher
- Owner: planetarium
- Created: 2023-01-04T01:17:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T05:11:26.000Z (6 months ago)
- Last Synced: 2024-10-23T07:30:09.399Z (6 months ago)
- Topics: hacktoberfest, hacktoberfest2024
- Language: Svelte
- Homepage:
- Size: 3.88 MB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)