Intro
BITBOX Scaffolds let devs create $BCH apps in under a minute. Currently there is a scaffold for node, nextjs, angular and a react.
We need one for Android
Requirements
- Drop
bitbox-cli in to a webview
- minimal required functionality to show HelloBITBOX w/ a mnemonic on the screen
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)
- Update
bitbox-cli options to include "android"
- Update
if statement to check for android and set repo 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
Intro
BITBOX Scaffolds let devs create $BCH apps in under a minute. Currently there is a scaffold for
node,nextjs,angularand areact.We need one for Android
Requirements
bitbox-cliin to a webviewbitbox-clioptions to include "android"ifstatement to check forandroidand setrepoto 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