pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Provide a desktop application #93

Open pixelspark opened 7 years ago

pixelspark commented 7 years ago

Small mac app wrapper that starts up and shows the web client (should be separate project).

There are issues with using SPM together with XCode in Mac apps... perhaps wait until Apple sorts this out.

pixelspark commented 6 years ago

One way of going about this would be to include the Catena binary in the application as-is and just run that as a process. The app wrapper would then provide a very basic browser view on the web client (or just open the browser and sit in the system tray).