Closed JohnnyLawDGB closed 6 months ago
For context, looking to be able to complete PR for addition to Cake Wallet.
Would love to know this as well. Many public libraries and repos that have interfaces for altcoin implementation seem to rely on Electrum servers. I haven't seen a public one for DigiByte yet.
I think it was done years ago. Not sure if this is of any help as a starting point.
There are some old repos relating to this in DigiByte Core but they are deprecated: https://github.com/DigiByte-Core?q=electrum&type=all&language=&sort=
It looks it would require forking the latest Electrum repos for Bitcoin and going from there.
That would be the way to do it.
the latest electrumx server code is here: https://github.com/spesmilo/electrumx it supports DGB, so no need for any changes, just install and run
I know Komodo maintains one for their wallet integration, do we know of any other public servers? From what I can see, it wouldn't be too difficult to set one up.