project-bitmark / use-cases

use cases for the bitmark ecosystem
https://project-bitmark.github.io/use-cases/
MIT License
1 stars 0 forks source link

web and mobile wallet #3

Open melvincarvalho opened 2 years ago

melvincarvalho commented 2 years ago

it would be good to have a web wallet that could be used by users that didnt run a node

here is one:

https://github.com/OutCast3k/coinbin

it may be possible to default it to bitmark key parms which are 0x55 and 0xd5 (as opposed to 0x00 and 0x80)

would also require some text changes and slight rebranding for this project

would have to hook into our current infrastructure in order to send to other users

if the web app was done as a progressive web app, it could also be packaged as a mobile app

melvincarvalho commented 2 years ago

This line seems to be the one to change, and then moved to the top to create a default

https://github.com/OutCast3k/coinbin/blob/6fdbbae67ba43a3f808fe69e3f0fa21ece502a6a/index.html#L1386

Also this line here:

https://github.com/OutCast3k/coinbin/blob/master/js/coin.js#L13

I think that would get address generation working, then we could import it into our tree and slowly increase functionality