stellar / stellar-cli

CLI for Stellar developers
Apache License 2.0
74 stars 72 forks source link

Spike: Plugin design/feasibility #323

Open sreuland opened 1 year ago

sreuland commented 1 year ago

What problem does your feature solve?

provide a design for separation of core network data model from other app related data models in the rpc, like Soroban.

What would you like to see?

A document with 2 or 3 high level designs as alternatives, each of which explains how application domains like Soroban can be implemented as a plugin, external to rpc, Rpc acts as API gateway to plugin for separate API paths. Present the document to team for consensus.

What alternatives are there?

sreuland commented 1 year ago

Go Plugins should be included in the analysis for plugin designs.