Title: Creating Electrum plugins Post by: virtualx on December 31, 2014, 02:25:55 PM I made a small tutorial on creating Electrum plugins. http://talkera.org/crypto/tutorial-creating-an-electrum-bitcoin-wallet-plugin/ (http://talkera.org/crypto/tutorial-creating-an-electrum-bitcoin-wallet-plugin/)
Maybe it will help someone wanting to create one :) Title: Re: Creating Electrum plugins Post by: Mitchell on December 31, 2014, 02:34:52 PM This is really usefull, thanks a lot man!
Title: Re: Creating Electrum plugins Post by: ThomasV on January 04, 2015, 10:22:02 PM that's very nice. I will link your site from electrum.org
Title: Re: Creating Electrum plugins Post by: torusJKL on November 03, 2015, 10:15:31 AM I made a small tutorial on creating Electrum plugins. http://talkera.org/crypto/tutorial-creating-an-electrum-bitcoin-wallet-plugin/ (http://talkera.org/crypto/tutorial-creating-an-electrum-bitcoin-wallet-plugin/) Maybe it will help someone wanting to create one :) I get a 404 message with the original link. Fortunately there is a copy on the way back machine (https://web.archive.org/web/20150112031021/http://talkera.org/crypto/tutorial-creating-an-electrum-bitcoin-wallet-plugin/). Title: Re: Creating Electrum plugins Post by: NotATether on August 08, 2021, 12:47:14 AM Bumping this instead of starting a new (redundant) thread as official electrum plugin documentation is either severely out of date or non-existent (I know there's a very old readthedocs page on it somewhere, but I can't find it now). The fact that we have to rely on things like Wayback Machine to view old plugin docs - which probably don't apply to newer versions anyway - is woeful.
Regardless, we already have complete protocol documentation here https://electrumx-spesmilo.readthedocs.io/en/latest/protocol.html. Nevermind that it's on the ElectrumX page, they're standard and applicable to other servers as well. The main issue is that because there's almost no documentation for developing Electrum plugins, Electrum plugin development is stinted, and adding custom protocol methods for a private server is a moot point when you can't use them. Anyone volunteer to, like, dig around in the source code and find the extensibility areas so I can try to work out what they do and submit (relatively complete) plugin docs as a pull request? |