tyjvazum / arb

◉ Arbitrary Protocols on top of Bitcoin (Bitcoin NFTs/Ordinals, BRC-20, & Bitcoin Identities/Usernames)
GNU General Public License v3.0
22 stars 1 forks source link

Feature: A Desktop App (GUI) #12

Open tyjvazum opened 1 year ago

tyjvazum commented 1 year ago

There should be a desktop app with a clean UI/UX, that uses the CLI program internally (https://github.com/tyjvazum/arb/issues/11), and web technologies for the interface.

I've shown work on an identicon system (https://github.com/casey/ord/issues/1838) that will be used throughout the higher-level protocols like bid. This is currently written in JavaScript, to be able to leverage the Canvas API, so I'm open to using Electron or similar. If anyone has any experience in this area or helpful ideas, please jump in.

Related work: https://github.com/casey/ord/issues/1247