ORE Studio Shell Component
Interactive REPL (Read-Eval-Print Loop) or shell for connecting to the ORE Studio server.
For instructions on how to use the shell, see ORE Studio Shell Recipes.
Component Architecture
Diagram:
Features include:
- Interactive command-line interface with command completion
- Connection management: connect, disconnect to ORE Studio server
- Currency operations: list and retrieve currency data
- Account operations: create accounts, login, list accounts, unlock accounts
- Auto-connect and auto-login from configuration file
- Boost program_options for CLI argument parsing
The module is organised into namespaces: config (configuration parsing), and app (REPL and application hosting).
| Top: Documentation | Previous: System Model |
