archethic-foundation / archethic-foundation/archethic-node
Add tool to inspect the database and perform some action
- Dominant language
- Elixir
- Stars
- 82
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
### Is your feature request related to a problem?
Sometime we want to interact with the local db without having to run a node and to perform some complex query.
Because the database is implemented over files and binary format this task tends to be a difficult one.
### Describe the solution you'd like
I propose to have Mix task to support this kind of job with some first commands:
- get transaction
- list transaction addresses
- list chains
- get transaction chain
- get beacon chain addresses
- remove transaction
### Additional context
_No response_
### Epic
#261
Contributor guide
Research direction
Start by reviewing the proposed Mix task and the linked Epic #261, then identify the database interfaces used for transactions, chains, and addresses. Done means the task supports each of the six listed inspection or removal commands without requiring a running node.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- blockchain, cli, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100