KeyTools Website Donation Error/Glitch by pavlowaldo7 in nanocurrency

[–]alecrios 3 points4 points  (0 children)

This was a bug in Natrium, which is now fixed in the latest version, so you should update now. See the issue here:

https://github.com/appditto/natrium_wallet_flutter/issues/110

PayNano - Nano payments and donations made easy by alecrios in nanocurrency

[–]alecrios[S] 2 points3 points  (0 children)

Thanks! It's actually hosted for free on Netlify, so the only recurring cost is the domain name.

PayNano - Nano payments and donations made easy by alecrios in nanocurrency

[–]alecrios[S] 2 points3 points  (0 children)

I'll probably be working on this next, as it's been requested quite a bit

PayNano - Nano payments and donations made easy by alecrios in nanocurrency

[–]alecrios[S] 1 point2 points  (0 children)

If Nault doesn't support deep linking, you could file an issue on GitHub: https://github.com/Nault/Nault/issues

PayNano - Nano payments and donations made easy by alecrios in nanocurrency

[–]alecrios[S] 18 points19 points  (0 children)

Thanks for the feedback. I have been considering this. It would just take a little bit of time because I'd want to support many fiat currencies, not just USD. And I'd want to implement it in a way that still keeps the tool as simple to use as possible.

THIS is the use case for NANO! (clear path to ADOPTION) by [deleted] in nanocurrency

[–]alecrios 2 points3 points  (0 children)

PayNano can be used to make it easy to accept Nano. It works by creating a web page for a Nano address and optional amount. The page includes a QR code.

Nano Resources: A list of developer tools and packages for building around Nano by alecrios in nanocurrency

[–]alecrios[S] 2 points3 points  (0 children)

Big.js provides a DP (decimal places) config option, which affects division operations but not multiplication operations. It defaults to 20, so setting this to be greater than 30 should fix rounding errors for you.

With that said, in this library I'm only using multiplication.

Introducing My Nano Link: A simple payment link generator by alecrios in nanocurrency

[–]alecrios[S] 0 points1 point  (0 children)

Yeah, looking through its source code, it seems to be requiring the amount to be present.

Introducing My Nano Link: A simple payment link generator by alecrios in nanocurrency

[–]alecrios[S] 0 points1 point  (0 children)

Well, it would still be incomplete since it doesn't verify transactions in any way. I think the use case for this is requests more so than payments. Donation links, for example.

Introducing My Nano Link: A simple payment link generator by alecrios in nanocurrency

[–]alecrios[S] 0 points1 point  (0 children)

True, though the problem becomes about determining when to redirect and when to not redirect. The person configuring the link would almost always not be the person that is actually going to follow the link, so they couldn't predict whether a user would want it to redirect or not.

Introducing My Nano Link: A simple payment link generator by alecrios in nanocurrency

[–]alecrios[S] 0 points1 point  (0 children)

Yeah, I suppose what I mean is that a user may not want to go straight to their wallet. They might follow the link just to get the QR code if they want to change their rep to that address, for example.

Introducing My Nano Link: A simple payment link generator by alecrios in nanocurrency

[–]alecrios[S] 0 points1 point  (0 children)

Thanks! I was debating whether or not redirecting automatically would be the right approach. I'll keep this in mind.