diff --git a/electrum/scripts/README.md b/electrum/scripts/README.md new file mode 100644 index 000000000..6335f965d --- /dev/null +++ b/electrum/scripts/README.md @@ -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.