Skip to content

Create iOS Scaffold #13

@cgcardona

Description

@cgcardona

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 iOS

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();

let mnemonic = BITBOX.Mnemonic.generate(128)
  1. Update bitbox-cli options to include "ios"
  2. Update if statement to check for ios and set repo to your forked repo. I'll update it to point to EARTH's repo if/when it gets merged.

Bounty

$100 code bounty paid in $BCH upon approved and merged PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    BountyGet paid in $BCH to help build BITBOX

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions