Using Daml SDK to Confirm Enterprise or Open Source Version

Hi @Ben_M

I would go by trying to use an enterprise feature. One simple one that comes to mind is the profiler:

daml sandbox -C canton.participants.sandbox.features.profile-dir=profiler

Using the Open Source edition the command will fail (complaining about not knowing about such an option key), while on the Enterprise edition the sandbox starts up.

1 Like