Coder Social home page Coder Social logo

bytabit-android's Introduction

Bytabit App

Clone Project

git clone [email protected]:bytabit/bytabit-android.git

Install Android Studio

  • Android Gradle Plugin: 3.4.1
  • Gradle: 5.1.1

Run app on regtest network from Android Studio

Add the following to Build, Execution, Deployment -> Compiler -> Command-line Options

-PbtcNetwork=regtest -PpeerAddr=<regtest node ip address> -PpeerPort=18444

Build signed release bundle for testnet config

gradle clean signReleaseBundle

Testnet In a Box via Docker

  1. Pull bitcoin-testnet-box docker image

    docker pull freewil/bitcoin-testnet-box
    
  2. Running docker container, mapping and exposing port 18444 from 19000 in our docker container

    docker run -t -i -p 18444:19000 --expose 18444 freewil/bitcoin-testnet-box
    
  3. Follow bitcoin-testnet-box README.md instructions

ADB file system debugging

  1. connect via adb shell and run as com.bytabit.app
cd ~/Library/Android/sdk/platform-tools
./adb shell 
run-as com.bytabit.app
cd files

Versioning

We follow the Semantic Versioning 2.0 specification for this project.

bytabit-android's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.