thenewboston-blockchain / thenewboston-mobile

Mobile wallet for thenewboston digital currency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNBC Mobile App

Overview

Source code for thenewboston account manager mobile application. This app allows users to connect to the digital currency network, create accounts, send and receive funds, manage your nodes, and more.

Community

Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.

Donate

All donations will go to thenewboston to help fund the team to continue to develop the community and create new content.

Coin Address
thenewboston Logo b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797
Bitcoin Logo 3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh
Ethereum Logo 0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A

For building android version

It runs bellow command

  • npm install

--------------must install hack for react-native-crypto---------

  • npm i --save react-native-crypto
  • npm i --save react-native-randombytes
  • npm i --save-dev rn-nodeify
  • ./node_modules/.bin/rn-nodeify --hack --install

----------------------------------------------------------------

  • npm start

And it should change some files in node_modules

  • should copy from "@freakycoder\react-native-single-select\lib\components\down-arrow-dark.pnt" to "@freakycoder\react-native-single-select\build\dist\components"
  • should copy from "@freakycoder\react-native-single-select\lib\components\down-arrow-light.pnt" to "@freakycoder\react-native-single-select\build\dist\components"
  • In react-native-elements\dist\buttons\Button.js in line 56 last param should be changed to false in TouchableNativeFeedback.Ripple()

It runs next command

  • npx react-native run-android

License

thenewboston is MIT licensed.

About

Mobile wallet for thenewboston digital currency.

License:MIT License


Languages

Language:TypeScript 89.5%Language:Java 5.5%Language:HTML 2.3%Language:JavaScript 1.9%Language:Starlark 0.9%