specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
9 lines
359 B
JSON
9 lines
359 B
JSON
{
|
|
"name": "psbt_nostr",
|
|
"fullname": "PSBT over Nostr",
|
|
"description": "This plugin facilitates the use of multi-signatures wallets. It sends and receives partially signed transactions from/to your cosigner wallet. PSBTs are sent and retrieved from Nostr relays.",
|
|
"author": "The Electrum Developers",
|
|
"available_for": ["qt"],
|
|
"version": "0.0.1"
|
|
}
|