DigitalNoteXDN / OLD-digitalnote

Base core code for DigitalNote
11 stars 10 forks source link

zedwallet integration #14

Open AuCRHI opened 5 years ago

AuCRHI commented 5 years ago

We are looking at ways of improving the wallet functionality of XDN as we currently only use Simplewallet CLI and the GUI version. Can anyone offer advice and help in implementing zedwallet or zedwallet++ on XDN?

skironDotNet commented 5 years ago

Where can Zedwallet be found? Looks like part of turtlecoin and already removed from github

AuCRHI commented 5 years ago

https://github.com/turtlecoin/turtlecoin/tree/development/src - Go all the way to the bottom of the code

skironDotNet commented 5 years ago

I think this is a simple task (for someone who knows c++), but at the same time I think zedwallet is just transformed simple wallet, it contains same methods just reorganized GUI of CLI, it talks ok to XDN damon, but it's programmed to use Turtle Addess format, so oviously can't use as is, but I'm not sure about the benefits, except maybe the source code could be cleaner than simplewallet

ZED on the left, XDN daemon on the right

2018-12-19 08_41_17-cmder

skironDotNet commented 5 years ago

Since I'm .NET engineer I could rather use this source and adjust for XDN https://github.com/seredat/CryptoNoteWalletWrapper

but I'm looking for other .net based solutions as well