Distribute flowser as a desktop application #78
Closed
bartolomej
started this conversation in
Ideas
Replies: 2 comments
-
This would also solve the issue with docker preallocating default flow emulator ports, which are used by Flowser to run managed emulator instances (but must be allocated on container start). See issue #61. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Flowser is now available as a desktop app as of https://github.com/onflowser/flowser/releases/tag/v2.0.0-beta. For more info, visit: https://flowser.dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Some users may find it easier to just download a native app to their computer and play around with flow blockchain just from the Flowser UI (without using cli).
Solution
We could wrap the app (including all system components) in a electron desktop application. This template may be usefull: https://github.com/electron-react-boilerplate/electron-react-boilerplate
Beta Was this translation helpful? Give feedback.
All reactions