Hermes-core server # Hermes-core might be also described as a wrapper around a database where the exact database type used does not matter. We’ve designed Hermes-core to be used in a fashion where different stores (Credential store, Data store, and Keystore) can be local, remote, unified, or have intentionally different architectures. They are passed to Hermes-core as parameters, and if the implementation fits the interface, anything can be used for storing Hermes-core’s data, including w...