Skip to content
New issue

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

Create Android Scaffold #12

Open
cgcardona opened this issue Apr 22, 2018 · 0 comments
Open

Create Android Scaffold #12

cgcardona opened this issue Apr 22, 2018 · 0 comments
Labels
Bounty Get paid in $BCH to help build BITBOX

Comments

@cgcardona
Copy link
Member

cgcardona commented Apr 22, 2018

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

  1. Drop bitbox-cli in to a webview
  2. 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)
  1. Update bitbox-cli options to include "android"
  2. 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

@cgcardona cgcardona added the Bounty Get paid in $BCH to help build BITBOX label Apr 22, 2018
@cgcardona cgcardona reopened this Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bounty Get paid in $BCH to help build BITBOX
Projects
None yet
Development

No branches or pull requests

1 participant