As a developer, I want to configure the Cardano CLI path through application.properties, So that the application does not rely on hardcoded values.
Currently, only one function uses a value from application.properties while other functions depend on hardcoded CLI and socket paths in the Constant file. All such values should be centralized in application.properties.
As a developer, I want to configure the Cardano CLI path through application.properties, So that the application does not rely on hardcoded values.
Currently, only one function uses a value from application.properties while other functions depend on hardcoded CLI and socket paths in the Constant file. All such values should be centralized in application.properties.