Post
Topic
Board Project Development
Re: Sign and verify easily with BitcoinMessageTools
by
witcher_sense
on 16/03/2024, 02:28:09 UTC
Is it possible (in the near future) to provide a single HTML file (for offline usage) as a Github-release (the way Ian Coleman does with his BIP39 project)?
Backend is written in Python and thus cannot be easily embedded into an HTML page.

Quote
Providing that option users might avoid those annoying dependencies installation procedures...
I agree that dependency installation requirement is not user-friendly, especially for not tech-savvy people. But you can avoid installing everything manually by running this website as a container in Docker. Installation instructions can be found here: https://docs.docker.com/desktop/

Quote
BTW your BTC msg tools is a great project: BitcoinMessage.Tools

Congratulations for reaching those results so far...

And keep up the effort!
Thanks!