js-stellar-sdk icon indicating copy to clipboard operation
js-stellar-sdk copied to clipboard

Extract small, reusable components from Stellar Plus (transaction configs, plugin hooks, profiler)

Open sagpatil opened this issue 2 months ago • 0 comments

Motivation: Stellar Plus contains useful small helpers (config reuse, plugin/hook pattern, profiler exporters). Extract maintainable pieces without importing the whole unmaintained project.

Proposed approach:

  • Inventory Stellar Plus features and select candidates for extraction (transaction config helpers, plugin/hook API, profiler exporter).
  • Extract each candidate into a small, well-tested module with docs and examples.
  • Mark larger or unmaintained parts as experimental or out-of-scope.

Acceptance criteria:

  • At least two small components are extracted, documented, and tested.
  • Each extracted component includes a maintenance note and owner.

sagpatil avatar Oct 22 '25 06:10 sagpatil