This is an automated archive made by the Lemmit Bot.
The original was posted on /r/nanocurrency by /u/ZealousidealPipe2130 on 2024-06-13 06:48:08+00:00.
I’ve spent the day trying to figure out how to integrate nano into my app with no luck.
I just need to create accounts and send and receive nano. Very basic stuff. Bonus points if it has a notification mechanism for when nano is received.
The offical nano node has a wallet built in that you can use using the Wallet RPC but it says “For development and testing only” and is not intended for production.
I came across the Natrium Wallet Server but it seems like a wrapper around the Node RPC and not really a wallet and there is minimal documentation.
The closest thing I’ve found is Accept Nano which is a self-hosted payment gateway that lets you take payments and even has a callback for when the payment is completed. However, I can’t send nano or accept arbitrary amount payments.
Please tell me there is some wallet software I haven’t come across?
Or do I really have to use something like nanocurrency-js to manually sign blocks, compute proof of work etc. combined with the Node RPC?