This is a non-custodial BTC and USDt wallet for Android devices. On top of that, it provides means for Tactical Advanage clients to manage their accounts.
Either obtain prebuilt .so files from NodeJS mobile releases page
or build them yourself by following instructions,
then copy .so files to /app/libnode/bin/*.
$ cd ./biconomy
$ npm install --save-dev esbuild
$ npm run build
$ mv server.js ./app/src/main/assets/server.js
$ ./gradlew assembleRelease
$ ls -l ./app/build/outputs/apk/release/app-release.apk
PRs are not welcome, this code is only made public to make it possible to inspect and verify it. Third party PRs will most likely be rejected so please don't waste your time on them.