diff --git a/Cashu_Chrome_extension.crx b/Cashu_Chrome_extension.crx deleted file mode 100644 index 1c3595cf6..000000000 Binary files a/Cashu_Chrome_extension.crx and /dev/null differ diff --git a/templates/cashu/wallet2.html b/templates/cashu/wallet2.html deleted file mode 100644 index f628a76b0..000000000 --- a/templates/cashu/wallet2.html +++ /dev/null @@ -1,2622 +0,0 @@ -{% extends "public.html" %} {% block toolbar_title %} {% raw %} Cashu {% endraw -%} - {{mint_name}} {% endblock %} {% block footer %}{% endblock %} {% block -page_container %} - - -
-
- - -
-
-
- Create invoice - -
-
-

-
- {% raw %} {{ getBalance() }} {{tickerShort}} {% endraw %} -
-

-
-
- Pay invoice - -
-
-
-
-
-
-

-
- {% raw %} {{ getBalance() }} - {{tickerShort}} {% endraw %} -
-

-
-
-
-
-
- - - -
-
- Get Ecash -
-
-
- - Pay Ecash -
-
- - - - - - - - - - - - -
- - - - Cashu mints - {{item}} - You have to connect your wallet to one or more - mints. - - - - Your mints -
- {% raw %} - - - - - {{mint.url}} - - {{mint.balance}} {{tickerShort}} - - - - - - {% endraw %} - -
-
-
-
-
- - - - - - - -
-
-
- - - - - {% raw %} - - {% endraw %} - - - - - - - - {% raw %} - - {% endraw %} - - - - - - - - {% raw %} - - {% endraw %} - - -
-
-
- -
- - Warning - BackupDownload wallet backup -
-
- -
- - - - - - - - -
- - - -
-
- {% raw %} {{ - parseFloat(String(payInvoiceData.invoice.fsat).replaceAll(",", - "")) / 100 }} {% endraw %} {{LNBITS_DENOMINATION}} {% raw %} -
-
- {{ payInvoiceData.invoice.fsat }}{% endraw %} - {{LNBITS_DENOMINATION}} {% raw %} -
- -

- Description: {{ - payInvoiceData.invoice.description }}
- Expire date: {{ payInvoiceData.invoice.expireDate - }}
- Hash: {{ payInvoiceData.invoice.hash }} -

- {% endraw %} -
- Pay - Cancel -
-
- Not enough funds! - Cancel -
-
-
- {% raw %} - -

- Authenticate with {{ payInvoiceData.lnurlauth.domain }}? -

- -

- For every website and for every LNbits wallet, a new keypair - will be deterministically generated so your identity can't be - tied to your LNbits wallet or linked across websites. No other - data will be shared with {{ payInvoiceData.lnurlauth.domain }}. -

-

- Your public key for - {{ payInvoiceData.lnurlauth.domain }} is: -

-

- - {{ payInvoiceData.lnurlauth.pubkey }} - -

-
- Login - Cancel -
-
- {% endraw %} -
-
- {% raw %} - -

- {{ payInvoiceData.lnurlpay.domain }} is requesting {{ - payInvoiceData.lnurlpay.maxSendable | msatoshiFormat }} - {{LNBITS_DENOMINATION}} - -
- and a {{payInvoiceData.lnurlpay.commentAllowed}}-char comment -
-

-

- {{ payInvoiceData.lnurlpay.targetUser || - payInvoiceData.lnurlpay.domain }} - is requesting
- between - {{ payInvoiceData.lnurlpay.minSendable | msatoshiFormat }} - and - {{ payInvoiceData.lnurlpay.maxSendable | msatoshiFormat }} - {% endraw %} {{LNBITS_DENOMINATION}} {% raw %} - -
- and a {{payInvoiceData.lnurlpay.commentAllowed}}-char comment -
-

- -
-

- {{ payInvoiceData.lnurlpay.description }} -

-

- -

-
-
-
- {% endraw %} - - {% raw %} -
-
- -
-
-
- Send {{LNBITS_DENOMINATION}} - Cancel -
-
- {% endraw %} -
-
- - - -
- Enter - - - Close -
-
-
- - - -
- - Cancel - -
-
-
-
-
- - - -
- -
-
- Cancel -
-
-
- - - -
Warning
-

- Bookmark this page and backup your tokens! - Ecash is a bearer asset, meaning losing access to this wallet will - mean you will lose the funds. This wallet stores ecash tokens in its - database. If you lose the link or delete your your data without - backing up, you will lose your tokens. Press the Backup button to - download a copy of your tokens. -

-

- Add to home screen. - You can add Cashu to your home screen as a progressive web app - (PWA). On Android Chrome, click the hamburger menu at the upper - right. On iOS Safari, click the share button. Now press the Add to - Home screen button. -

-

- This service is in BETA! We hold no responsibility - for people losing access to funds. Use at your own risk! -

-
- Copy wallet URL - I understand -
-
-
- - - -
-
-
- Create a Lightning invoice -
-
- - -
- -
- Copy invoice - Create Invoice - Close -
-
-
- - - -
-
-
- How much would you like to send? -
-
- - -
-
-
- - - - - - -
- -
-
- Send Tokens - -
- Copy token - Copy link -
- - Close -
-
-
- - - -
-
-
- Receive Cashu tokens -
-
- -
- -
- Receive - - - Close -
-
-
-
-
-
-{% endblock %} {% block styles %} - -{% endblock %} {% block scripts %} - - - - - -{% endblock %}