├── LICENSE ├── LastWill.spedn ├── LastWillv0.spedn ├── README.md ├── last-will-plugin ├── __init__.py ├── contract_finder.py ├── last_will_contract.py ├── notification_service.py ├── qt.py ├── ui.py └── util.py ├── manifest.json ├── pictures ├── add_plugin.png ├── creating.png ├── donate.png ├── export.png ├── inherit.png ├── intro.png ├── licho_logo.png └── refresh.png ├── pubkey.asc └── updating_contract.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /LastWill.spedn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/LastWill.spedn -------------------------------------------------------------------------------- /LastWillv0.spedn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/LastWillv0.spedn -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /last-will-plugin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/__init__.py -------------------------------------------------------------------------------- /last-will-plugin/contract_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/contract_finder.py -------------------------------------------------------------------------------- /last-will-plugin/last_will_contract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/last_will_contract.py -------------------------------------------------------------------------------- /last-will-plugin/notification_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/notification_service.py -------------------------------------------------------------------------------- /last-will-plugin/qt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/qt.py -------------------------------------------------------------------------------- /last-will-plugin/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/ui.py -------------------------------------------------------------------------------- /last-will-plugin/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/last-will-plugin/util.py -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/manifest.json -------------------------------------------------------------------------------- /pictures/add_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/add_plugin.png -------------------------------------------------------------------------------- /pictures/creating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/creating.png -------------------------------------------------------------------------------- /pictures/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/donate.png -------------------------------------------------------------------------------- /pictures/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/export.png -------------------------------------------------------------------------------- /pictures/inherit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/inherit.png -------------------------------------------------------------------------------- /pictures/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/intro.png -------------------------------------------------------------------------------- /pictures/licho_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/licho_logo.png -------------------------------------------------------------------------------- /pictures/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pictures/refresh.png -------------------------------------------------------------------------------- /pubkey.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/pubkey.asc -------------------------------------------------------------------------------- /updating_contract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin/HEAD/updating_contract.md --------------------------------------------------------------------------------