1
0

scripts: add README

closes https://github.com/spesmilo/electrum/issues/10291
This commit is contained in:
SomberNight
2025-11-11 16:51:31 +00:00
parent e971e6274d
commit 5a14a585db

View File

@@ -0,0 +1,6 @@
These are scripts and small utilities developers or power-users might find interesting.
They are standalone, don't depend on each other and nothing depends on them.
Neither the GUI nor the CLI should depend on these in any way.
The scripts use electrum as a python library, sometimes as a goal in itself, to showcase how to script something.