Super Phat Arrow

Results 21 comments of Super Phat Arrow

> well, looks like someone will have to write one. maybe me @Overtorment It doesn't need a whole library, just a quick helper function: ```js const encodeCompactSeedQR = (wallet) =>...

Sure, I'll take a look at your QR scanner lib docs and post something later

After doing a bit of digging through the code, it looks like BW is using [react-native-camera](https://github.com/react-native-camera/react-native-camera) which has been deprecated for about a year. Best bet might be to see...

maybe even allow for both kinds in the method... ```js generateFromSeedQR(qrString) { try { // compact seedQR should be between 32 - 64 chars long in hex format if (qrString.length...

@GregTonoski I'm sorry but I don't understand this feature request. > Feature request: generate seed that produces XOR result with a valid checksum Seed tool already does this > Generate...

Thanks for this, I believe I understand you now. Let me try to repeat back in my own words to see if we are on the same page. GregXOR (or...

Yes unfortunately. Tor browser does not provide the network API. I am sure this is for a good privacy focused reason. We could test for a live network connection by...

Code looks fine, I've not tested it though

Agree, this is much better UX. I'll assign it to me next time I can work on this unless someone does first.

Yeah that sounds great. It's a bit like myspace!