From b214255eb00af0d2b5bd561cb60f73821c8b75a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Wed, 4 Oct 2023 06:20:40 -0300 Subject: [PATCH 001/113] Update send_receive.js --- app/lightning/send_receive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lightning/send_receive.js b/app/lightning/send_receive.js index 6ef191fe..24360bd4 100644 --- a/app/lightning/send_receive.js +++ b/app/lightning/send_receive.js @@ -38,6 +38,7 @@ const sendPayment = () => { dest: destinationNode, amt: invoiceAmount, amt: preImage, + pstr: preImage, }; lightning.sendPayment(options, (error, response) => { From 20f6e5abbad3a4525747d1ad7fac37ae5493fdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:25:57 -0300 Subject: [PATCH 002/113] Update package-lock.json --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index bf96eae9..2fd1ed09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,3 +19,4 @@ }, "android" }, +"ldk" From a6f53d1edfa3000bccc480c5aae798313e3a9ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Wed, 18 Oct 2023 06:32:24 -0300 Subject: [PATCH 003/113] Update package-lock.json --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 2fd1ed09..d708c605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name":"FireBolt" -"version":"1.0.9-alpha" +"version":"1.0.0-beta.rc1" "license":"MIT" "author": "AreaLayer" @@ -20,3 +20,4 @@ "android" }, "ldk" +"version":"^0.0.117.0" From 1c8767576722104d2c9e91b0de05da269d2afbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rsync=E2=9A=A1=EF=B8=8F?= <135646455+Rsync25@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:14:38 -0300 Subject: [PATCH 004/113] Update run.md --- doc/run.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/run.md b/doc/run.md index bad73298..6442f9ae 100644 --- a/doc/run.md +++ b/doc/run.md @@ -144,3 +144,7 @@ To ensure your PWA works well on mobile devices, use your mobile browser or a to **8. Progressive Enhancement:** Consider implementing progressive enhancement techniques to provide a seamless experience on a wide range of devices and network conditions. + +## Run App (User mode) + +Soon From 7ccf68d6b8431990e7e9631e34c2a05050f19db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:20:12 -0300 Subject: [PATCH 005/113] Update manifest.json --- pwa/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pwa/manifest.json b/pwa/manifest.json index a4c90c37..1ff7b6bc 100644 --- a/pwa/manifest.json +++ b/pwa/manifest.json @@ -1,7 +1,7 @@ { - "name": "My PWA Example", - "short_name": "PWA Example", - "description": "A simple Progressive Web App example", + "name": "Firebolt", + "short_name": "Super non-custodial app with Lightning Network, Hypercore, TBD and Nostr", + "description": "Non custodial wallet", "start_url": "/index.html", "display": "standalone", "background_color": "#ffffff", From 3fc03679890f53fdf5e1e7e4447f3c9311c690de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:33:15 -0300 Subject: [PATCH 006/113] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5c11ffa..555e3d89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ Package.json -Package-lock.json From 53cbaba085c330be9dea32067166e264678be196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:47:31 -0300 Subject: [PATCH 007/113] Update page.html --- pwa/public/page.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pwa/public/page.html b/pwa/public/page.html index 8b137891..3319ae65 100644 --- a/pwa/public/page.html +++ b/pwa/public/page.html @@ -1 +1,31 @@ + + + + + + Your PWA Title + + + + + + + + + + + + + + From 9761926096617c562cfe4fb985f3c2c1f69c5880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:53:39 -0300 Subject: [PATCH 008/113] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb909b82..4e396b3e 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,11 @@ The other main features Firebolt supports are as follows: - [X] Taproot Channels (WIP) -- [ ] Finish modules iOs, Androind and PWA with React +- [x] Finish modules iOs, Androind and PWA with React (WIP) -- [ ] Beta app (iOs, PWA and Android) +- [x] Beta app (iOs, PWA and Android) [WIP] -- [ ] PWA +- [x] PWA (WIP) ## Run App From ace53824cdeb1b5d795a76679ee413e37f087eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:54:32 -0300 Subject: [PATCH 009/113] Create jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 52 +++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/workflows/jekyll-gh-pages.yml diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 00000000..17da0886 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,52 @@ + +@@ -1,51 +0,0 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment From 916a824d9dbc5e24e9e0addeae499bd194d0e38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:33:07 -0300 Subject: [PATCH 010/113] Create devskim.yml --- .github/workflows/devskim.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/devskim.yml diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml new file mode 100644 index 00000000..60bf5722 --- /dev/null +++ b/.github/workflows/devskim.yml @@ -0,0 +1,34 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: DevSkim + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + schedule: + - cron: '21 21 * * 6' + +jobs: + lint: + name: DevSkim + runs-on: ubuntu-20.04 + permissions: + actions: read + contents: read + security-events: write + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Run DevSkim scanner + uses: microsoft/DevSkim-Action@v1 + + - name: Upload DevSkim scan results to GitHub Security tab + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: devskim-results.sarif From 8f8b1970b50dfa7e0888daf5319cf2d2433da37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:33:38 -0300 Subject: [PATCH 011/113] Create static.yml --- .github/workflows/static.yml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 00000000..6ee98fb7 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 From b432cfaf5d0f3b741c84daa19478ea40aebac278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:45:46 -0300 Subject: [PATCH 012/113] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index c4d0ce53..c1a862df 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | | alpha-v1.0.10 | :white_check_mark: | -| beta-v1.0.0 | +| beta-v1.0.0 | ❎ ## Reporting a Vulnerability From bc57379e94739a4577f78c045f20af51269231d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:44:49 -0300 Subject: [PATCH 013/113] Delete .github/workflows/jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 52 --------------------------- 1 file changed, 52 deletions(-) delete mode 100644 .github/workflows/jekyll-gh-pages.yml diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml deleted file mode 100644 index 17da0886..00000000 --- a/.github/workflows/jekyll-gh-pages.yml +++ /dev/null @@ -1,52 +0,0 @@ - -@@ -1,51 +0,0 @@ -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Pages - uses: actions/configure-pages@v3 - - name: Build with Jekyll - uses: actions/jekyll-build-pages@v1 - with: - source: ./ - destination: ./_site - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - - # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment From e4967782797c30a64c06611196975cf3b56b1581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 27 Oct 2023 06:04:01 -0300 Subject: [PATCH 014/113] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e396b3e..ccb273e2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ App wallet for Android, iOs and PWA with Nostr, HyperCore, Nostr, Lightning Netw **⚠️ We recommend using only small amounts.** +**⚠️ No use this BIP-39 in others wallets** + - **Android - Download latest APK (Soon)** - **iPhone - Download latest TestFlight app (Soon)** From b330177e2953126cb9d9e427156068fc10dd138a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 27 Oct 2023 07:18:50 -0300 Subject: [PATCH 015/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb273e2..9bdb3947 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ App wallet for Android, iOs and PWA with Nostr, HyperCore, Nostr, Lightning Netw

-

FireBolt

+

FireBolt⚡

--- From 9c20430bad7bcbfc247d1539c98dd2e2c0e8e693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Sat, 28 Oct 2023 06:21:40 -0300 Subject: [PATCH 016/113] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ac6621f1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 164d9203dce55099ad081b6687dc3d5119301ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Sat, 28 Oct 2023 07:17:50 -0300 Subject: [PATCH 017/113] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f1..d712a8c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "npm, nodejs, rust" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" From af5fe10c4459467e3fb7466f7dc8944df24d1fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:55:55 -0300 Subject: [PATCH 018/113] Create development.md --- doc/development.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/development.md diff --git a/doc/development.md b/doc/development.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/doc/development.md @@ -0,0 +1 @@ + From d9497cba75f277bb9c04dfd60507c551af759bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:27:48 -0300 Subject: [PATCH 019/113] Update development.md --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index 8b137891..459110d3 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1 +1 @@ - +# Development From e9f52938f509ecd9ee9d39c624c8dd91ce084a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:27:54 -0300 Subject: [PATCH 020/113] Create codeql.yml --- .github/workflows/codeql.yml | 82 ++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 00000000..d513e761 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,82 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ "main" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "main" ] + schedule: + - cron: '38 5 * * 4' + +jobs: + analyze: + name: Analyze + # Runner size impacts CodeQL analysis time. To learn more, please see: + # - https://gh.io/recommended-hardware-resources-for-running-codeql + # - https://gh.io/supported-runners-and-hardware-resources + # - https://gh.io/using-larger-runners + # Consider using larger runners for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'java-kotlin', 'javascript-typescript', 'swift' ] + # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] + # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v2 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + + # If the Autobuild fails above, remove it and uncomment the following three lines. + # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. + + # - run: | + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 + with: + category: "/language:${{matrix.language}}" From 80efece5fc78afac2d6c63c986a27bbed0169c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:07:04 -0300 Subject: [PATCH 021/113] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bdb3947..badc4041 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,14 @@ App wallet for Android, iOs and PWA with Nostr, HyperCore, Nostr, Lightning Netw --- -**⚠️ Alpha software may put your money at risk.** +**⚠️ Alpha software may put your money at risk** -**⚠️ We recommend using only small amounts.** +**⚠️ We recommend using only small amounts** **⚠️ No use this BIP-39 in others wallets** +**⚠️ Use small amounts for test Coinjoin** + - **Android - Download latest APK (Soon)** - **iPhone - Download latest TestFlight app (Soon)** From 23d05a1833a5d3276c3e104b4ee8d5384dbb8aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:47:28 -0300 Subject: [PATCH 022/113] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index badc4041..17fad883 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ The other main features Firebolt supports are as follows: - [x] PWA (WIP) +- [ ] RBF + ## Run App Docs (soon) From 8d4d8ffc36388da32d96ddf499e004d7ec442a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 3 Nov 2023 06:51:27 -0300 Subject: [PATCH 023/113] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17fad883..8724d36e 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ The other main features Firebolt supports are as follows: - [ ] RBF +- [ ] Breez + ## Run App Docs (soon) From 02a2c0392518113a622f9cd07a77ea415cb720ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:32:43 -0300 Subject: [PATCH 024/113] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8724d36e..c5022f74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # FireBolt ⚡ +[![Bitcoin-only](https://img.shields.io/badge/bitcoin-only-FF9900?logo=bitcoin)](https://twentyone.world) +[![LN](https://img.shields.io/badge/lightning-792EE5?logo=lightning)](https://mempool.space/lightning) + App wallet for Android, iOs and PWA with Nostr, HyperCore, Nostr, Lightning Network, TBD, CoinJoin and PayJoin

From 81df80120f135cf0be7664fcf2c65efe0d55ae1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rsync=E2=9A=A1=EF=B8=8F?= <135646455+Rsync25@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:35:44 -0300 Subject: [PATCH 025/113] Create buy_bitcoin.js --- app/pages/buy_bitcoin.html | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/pages/buy_bitcoin.html diff --git a/app/pages/buy_bitcoin.html b/app/pages/buy_bitcoin.html new file mode 100644 index 00000000..1f8f8e75 --- /dev/null +++ b/app/pages/buy_bitcoin.html @@ -0,0 +1,43 @@ + + + + P2P Apps + + +

Peer-to-Peer (P2P) Applications

+ + + +

Add a P2P Application

+
+ + + + + +
+ + + + From 33fb3b852d11fd8c6d7f5207753789fa2be814b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:23:37 -0300 Subject: [PATCH 026/113] Update buy_bitcoin.html --- app/pages/buy_bitcoin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/buy_bitcoin.html b/app/pages/buy_bitcoin.html index 1f8f8e75..476786e0 100644 --- a/app/pages/buy_bitcoin.html +++ b/app/pages/buy_bitcoin.html @@ -4,7 +4,7 @@ P2P Apps -

Peer-to-Peer (P2P) Applications

+

Buy your Bitcoin with P2P apps