AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
341 stars 44 forks source link

standalone app (wails) #504

Open stubbrn opened 1 year ago

stubbrn commented 1 year ago

Migrate from web to standalone app using wails.

Why wails ?

Less bloated than electron, with the main process written in go (the renderer process is still typescript+svelte).

image

There's also a new simple view that shows the list of peers.

image

It's a prototype so it's still a bit clunky.

@noot Can you share with me the logo that you showed at your monerokon talk (iirc) ?

Menu

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.17% :warning:

Comparison is base (830c263) 60.63% compared to head (74b21e0) 60.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #504 +/- ## ========================================== - Coverage 60.63% 60.47% -0.17% ========================================== Files 131 131 Lines 12952 12952 ========================================== - Hits 7854 7833 -21 - Misses 4281 4296 +15 - Partials 817 823 +6 ``` [see 10 files with indirect coverage changes](https://app.codecov.io/gh/AthanorLabs/atomic-swap/pull/504/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stubbrn commented 1 year ago

pp

stubbrn commented 11 months ago

image