We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BITBOX Scaffolds let devs create $BCH apps in under a minute. Currently there is a scaffold for node, nextjs, angular and a react.
node
nextjs
angular
react
We need one for Android
bitbox-cli
let BITBOXCli = require('bitbox-cli/lib/bitboxcli').default; let BITBOX = new BITBOXCli({ protocol: 'http', host: '127.0.0.1', port: 8332, username: '', password: '' }); let mnemonic = BITBOX.Mnemonic.generate(128)
if
android
repo
$50 code bounty paid in $BCH upon approved and merged PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intro
BITBOX Scaffolds let devs create $BCH apps in under a minute. Currently there is a scaffold for
node
,nextjs
,angular
and areact
.We need one for Android
Requirements
bitbox-cli
in to a webviewbitbox-cli
options to include "android"if
statement to check forandroid
and setrepo
to your forked repo. I'll update it to point to EARTH's repo if/when it gets merged.Bounty
$50 code bounty paid in $BCH upon approved and merged PR
The text was updated successfully, but these errors were encountered: