Git Product home page Git Product logo

goldennetwork / golden-wallet-react-native Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 19.11 MB

Golden - Best Wallet Ever

Home Page: https://goldenwallet.io/

License: GNU General Public License v3.0

JavaScript 91.05% Java 5.11% Objective-C 3.49% Ruby 0.27% Python 0.09%
bitcoin bitcoin-wallet blockchain blockchain-wallet crypto-wallet cryptocurrency dapp dapps-browser decentralized-wallet dogecoin dogecoin-wallet erc20-tokens ethereum-dapp ethereum-wallet golden golden-wallet litecoin litecoin-wallet react-native web3

golden-wallet-react-native's People

Contributors

congphuong avatar dangkhoa2708 avatar hoangnguyenvu avatar hungnguyenbao avatar taihtm avatar viettranx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

thinkguru

golden-wallet-react-native's Issues

multi language support

Hi, Thank you for such an awesome project.
Can this app be multilanguage?
I have some experiences in reactJS and I want to translate this into the Persian language.
I want to know where should I start to add a second language to this project?

react-native-golden-keystore

I've cloned down the Master branch source code from the, it throws me an error about hte react-native-golden-keystore when I run "Pod Install" command.
please advise
Thank you

Error type 3

Starting: Intent { cmp=com.golden/.MainActivity } Error type 3 Error: Activity class {com.golden/com.golden.MainActivity} does not exist.

gettting this error when react-native run-android

Task :react-native-branch:compileDebugJavaWithJavac FAILED

C:\Users\DUSKTER\Desktop\golden-wallet-react-native\node_modules\react-native-branch\android\src\main\java\io\branch\rnbranch\RNBranchModule.java

constants.put(ADD_TO_CART_EVENT, BranchEvent.ADD_TO_CART_EVENT);
constants.put(ADD_TO_WISHLIST_EVENT, BranchEvent.ADD_TO_WISHLIST_EVENT);
constants.put(PURCHASED_EVENT, BranchEvent.PURCHASED);
constants.put(PURCHASE_INITIATED_EVENT, BranchEvent.PURCHASE_STARTED);
constants.put(REGISTER_VIEW_EVENT, BranchEvent.VIEW);
constants.put(SHARE_COMPLETED_EVENT, BranchEvent.SHARE_COMPLETED);
constants.put(SHARE_INITIATED_EVENT, BranchEvent.SHARE_STARTED);

it gives error for all the constants variables

Duplicated push notification outside app into the app

Description

Type: Bug

Test Data

  • Address:
    0xd551234ae421e3bcba99a0da6d736074f22192ff

Reproduction

  1. Background app or off the app
  2. Push notification outside the app
  3. Click notification outside the app ---> Error show back that notification in app

Expectation:

  • If user click on notification have been pushed outside the app to see detail then not push again that notification inside the app

Please update project libraries.

This is a good wallet, some dependencies has been old and stop working at the present, could you please update it.

Thank you.

Cannot read property 'generateMnemonic' of undefined

Hello,
I add react-native-golden-keystore to my project but when I try to call generateMnemonic i get below error

TypeError: Cannot read property 'generateMnemonic' of undefined

This error is located at:
    in HomeScreen (created by SceneView)
    in SceneView (at StackViewLayout.js:782)
    in RCTView (at View.js:45)
    in RCTView (at View.js:45)
    in RCTView (at View.js:45)
    in AnimatedComponent (at StackViewCard.js:69)
    in RCTView (at View.js:45)
    in AnimatedComponent (at screens.native.js:59)
    in Screen (at StackViewCard.js:57)
    in Card (at createPointerEventsContainer.js:27)
    in Container (at StackViewLayout.js:858)
    in RCTView (at View.js:45)
    in ScreenContainer (at StackViewLayout.js:311)
    in RCTView (at View.js:45)
    in AnimatedComponent (at StackViewLayout.js:307)
    in Handler (at StackViewLayout.js:300)
    in StackViewLayout (at withOrientation.js:30)
    in withOrientation (at StackView.js:79)
    in RCTView (at View.js:45)
    in Transitioner (at StackView.js:22)
    in StackView (created by Navigator)
    in Navigator (at createKeyboardAwareNavigator.js:12)
    in KeyboardAwareNavigator (at createAppContainer.js:388)
    in NavigationContainer (at App.js:29)
    in App (at renderApplication.js:34)
    in RCTView (at View.js:45)
    in RCTView (at View.js:45)
    in AppContainer (at renderApplication.js:33)

Object.generateMnemonic
    d8abf717-7389-4c5b-abee-a1bc530bf691:185476:29
HomeScreen.componentDidMount
    d8abf717-7389-4c5b-abee-a1bc530bf691:158199:44
HomeScreen.proxiedComponentDidMount
    d8abf717-7389-4c5b-abee-a1bc530bf691:42029:42
commitLifeCycles
    d8abf717-7389-4c5b-abee-a1bc530bf691:17723:28
commitAllLifeCycles
    d8abf717-7389-4c5b-abee-a1bc530bf691:18972:13
Object.invokeGuardedCallbackImpl
    d8abf717-7389-4c5b-abee-a1bc530bf691:8725:16
invokeGuardedCallback
    d8abf717-7389-4c5b-abee-a1bc530bf691:8816:37
commitRoot
    d8abf717-7389-4c5b-abee-a1bc530bf691:19148:13
completeRoot
    d8abf717-7389-4c5b-abee-a1bc530bf691:20343:9
performWorkOnRoot
    d8abf717-7389-4c5b-abee-a1bc530bf691:20284:15

Here is my code

import React, { Component } from 'react';
import { View} from 'react-native';
import '../../shim';
import Bitcoin from 'react-native-bitcoinjs-lib';
import KeyStore from '../../libs/react-native-golden-keystore'

export default class HomeScreen extends Component {
    componentDidMount() {
        
     KeyStore.generateMnemonic().then((val)=>{
          console.log(val)
      })
       
    }

    render() {
        return (
            <View>
               
           </View>             
        );
    }
}

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.