GithubHelp home page GithubHelp logo

cashuwallet / cashuwallet Goto Github PK

View Code? Open in Web Editor NEW
38.0 6.0 15.0 594 KB

Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.

Home Page: https://cashu.cc

License: MIT License

Java 100.00%
cryptocurrency wallet bip32 bip39 bip44 bitcoin ethereum ethereumclassic bitcoincash dash

cashuwallet's Introduction

cashuwallet

cashuwallet's People

Contributors

anysoft avatar raugfer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cashuwallet's Issues

Publish app in F-Droid

F-Droid URL: https://f-droid.org/
F-Droid Wikipedia: https://www.wikipedia.org/wiki/F-Droid

Contribution/Submit Applications: https://f-droid.org/en/contribute/#submit-applications
Inclusion Policy: https://f-droid.org/en/docs/Inclusion_Policy
Request For Packaging Tickets: https://gitlab.com/fdroid/rfp/issues

F-Droid is application & app store for android apps (alternative to Google Play) that accepts only FLOSS (free/libre and open-source) apps and doesn't require any account creation/login in order to download apps.

The requirements for being included into f-droid are here: https://f-droid.org/en/docs/Inclusion_Policy/

The process for getting an app published to f-droid is outlined here: https://f-droid.org/en/docs/Inclusion_How-To/ https://gitlab.com/fdroid/rfp#submission-queue https://gitlab.com/fdroid/fdroiddata/blob/master/CONTRIBUTING.md

You can open a RFP (Request For Packaging) ticket here: https://gitlab.com/fdroid/rfp or an user can do so, provided you agree to include this app in F-droid (a comment to this issue is enough for it)

Some users don't have play-store on their devices as they are degoogled devices or don't create/use google account (using aurora store app https://auroraoss.com/ in anonymous mode (which is available on f-droid) is solution to still get apps from google-play) or using OS/custom ROMs that don't have it included, such as: (Some bundle f-droid by default)

https://grapheneos.org/ GrapheneOS
https://calyxos.org/ CalyxOS
https://lineageos.org/ LineageOS
https://lineage.microg.org/ LineageOS for microG
https://e.foundation/ /e/
https://www.replicant.us/ Replicant

Downloading APKs from official places like github releases https://github.com/cashuwallet/cashuwallet/releases or website, or from unofficial sources like APK downloading sites https://apk.support or https://apkpure.com/ etc... will avoid the play-store/google dependency but it's lack automatic update mechanism unless it's built in into the application, F-Droid solve this.

Once the app is published into f-droid add the below image code into
README.md to show that the app available on f-droid:
Get it on F-Droid
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/en/packages/org.fdroid.fdroid/)

Make PNGs reproducible

Compiled the latest tag v1.0.23-beta with ./gradlew assembleRelease and compared the apk to released at: https://github.com/cashuwallet/cashuwallet/releases/tag/v1.0.23-beta
and there are diffs in png files, probably cause build process optimize the PNG, which should be avoided, see disabling cruncherEnabled at: https://f-droid.org/en/docs/Reproducible_Builds/#png-crushcrunch or maybe other setting like vectorDrawables.useSupportLibrary = true, etc..

Files ./lvbeta/META-INF/MANIFEST.MF and ./app-release-prod/META-INF/MANIFEST.MF differ
Files ./lvbeta/res/drawable-hdpi-v4/decred.png and ./app-release-prod/res/drawable-hdpi-v4/decred.png differ
Files ./lvbeta/res/drawable-hdpi-v4/neogas.png and ./app-release-prod/res/drawable-hdpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-hdpi-v4/neo.png and ./app-release-prod/res/drawable-hdpi-v4/neo.png differ
Files ./lvbeta/res/drawable-hdpi-v4/zcash.png and ./app-release-prod/res/drawable-hdpi-v4/zcash.png differ
Files ./lvbeta/res/drawable-ldpi-v4/decred.png and ./app-release-prod/res/drawable-ldpi-v4/decred.png differ
Files ./lvbeta/res/drawable-ldpi-v4/neogas.png and ./app-release-prod/res/drawable-ldpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-ldpi-v4/neo.png and ./app-release-prod/res/drawable-ldpi-v4/neo.png differ
Files ./lvbeta/res/drawable-ldpi-v4/zcash.png and ./app-release-prod/res/drawable-ldpi-v4/zcash.png differ
Files ./lvbeta/res/drawable-mdpi-v4/decred.png and ./app-release-prod/res/drawable-mdpi-v4/decred.png differ
Files ./lvbeta/res/drawable-mdpi-v4/neogas.png and ./app-release-prod/res/drawable-mdpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-mdpi-v4/neo.png and ./app-release-prod/res/drawable-mdpi-v4/neo.png differ
Files ./lvbeta/res/drawable-mdpi-v4/zcash.png and ./app-release-prod/res/drawable-mdpi-v4/zcash.png differ
Files ./lvbeta/res/drawable-xhdpi-v4/decred.png and ./app-release-prod/res/drawable-xhdpi-v4/decred.png differ
Files ./lvbeta/res/drawable-xhdpi-v4/neogas.png and ./app-release-prod/res/drawable-xhdpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-xhdpi-v4/neo.png and ./app-release-prod/res/drawable-xhdpi-v4/neo.png differ
Files ./lvbeta/res/drawable-xhdpi-v4/zcash.png and ./app-release-prod/res/drawable-xhdpi-v4/zcash.png differ
Files ./lvbeta/res/drawable-xxhdpi-v4/decred.png and ./app-release-prod/res/drawable-xxhdpi-v4/decred.png differ
Files ./lvbeta/res/drawable-xxhdpi-v4/neogas.png and ./app-release-prod/res/drawable-xxhdpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-xxhdpi-v4/neo.png and ./app-release-prod/res/drawable-xxhdpi-v4/neo.png differ
Files ./lvbeta/res/drawable-xxhdpi-v4/zcash.png and ./app-release-prod/res/drawable-xxhdpi-v4/zcash.png differ
Files ./lvbeta/res/drawable-xxxhdpi-v4/decred.png and ./app-release-prod/res/drawable-xxxhdpi-v4/decred.png differ
Files ./lvbeta/res/drawable-xxxhdpi-v4/neogas.png and ./app-release-prod/res/drawable-xxxhdpi-v4/neogas.png differ
Files ./lvbeta/res/drawable-xxxhdpi-v4/neo.png and ./app-release-prod/res/drawable-xxxhdpi-v4/neo.png differ
Files ./lvbeta/res/drawable-xxxhdpi-v4/zcash.png and ./app-release-prod/res/drawable-xxxhdpi-v4/zcash.png differ

Will ADA be compatible with Yoroi in the future?

https://forum.cardano.org/t/brazil-developing-a-wallet-ada-support/20775/9

The Yoroi address scheme is the one that will be used by all clients in the future so go with that one (this is what the Rust codebase encourages you to use also).
Unfortunately Yoroi (and Icarus in general) doesn't support the testnet โ€“ only staging. This will be fixed once we migrate Icarus to the Rust backend.

You can ping any of us on the Telegram dev chat if you have any questions about implementation details of Yoroi.

Add build instructions

Add build instructions to the repo, which are:

  1. git clone the repo
  2. change gitmodules uri to https, see issue: #5
  3. run git submodule update --init --recursive;
  4. cd android;
  5. ./gradlew assembleRelease; for apk & ./gradlew bundleRelease; for bundle.

See below Containerfile to build latest commit:

build with podman build --rm -t cashuwallet_build_apk -f Containerfile

apk at: /home/appuser/app/cashuwallet/cashuwallet/android/app/build/outputs/apk/release/app-release-unsigned.apk

bundle at: /home/appuser/app/cashuwallet/cashuwallet/android/app/build/outputs/apk/release/app-release.aab

FROM frolvlad/alpine-glibc

RUN set -ex; \
    apk update; \
    apk add --no-cache \
        git \
        openjdk8; \
    adduser -D appuser;

USER appuser

ENV NODE_ENV="development" \
    ANDROID_SDK_ROOT="/home/appuser/app/sdk/" \
    ANDROID_HOME="/home/appuser/app/sdk/"

RUN set -ex; \
    mkdir -p "/home/appuser/app/sdk/licenses" "/home/appuser/app/cashuwallet"; \
    printf "\n24333f8a63b6825ea9c5514f83c2829b004d1fee" > "/home/appuser/app/sdk/licenses/android-sdk-license"; \
    cd /home/appuser/app/cashuwallet ; \
    git clone --depth 1 https://github.com/cashuwallet/cashuwallet/; \
    cd /home/appuser/app/cashuwallet/cashuwallet/; \    
    sed -i 's/[email protected]:/https:\/\/github.com\//g' .gitmodules; \
    git submodule update --init --recursive; \
    cd android; \
    ./gradlew assembleRelease; \ 
    ./gradlew bundleRelease;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.