Skip to content

QuickWallet is an Ethereum digital currency wallet.

Notifications You must be signed in to change notification settings

LitexGit/QuickWallet

Repository files navigation

QuickWallet

js-standard-style

QuickWallet is an Ethereum digital currency wallet.
QuickWallet has a relatively low user threshold compared to other Ethereum wallets to make it friendlier to new users of Blockchian. A dapp browser is also embedded in QuickWallet.
More optimizations and updates is on the way, please stay tuned.

⬆️ Setup

Step 1: git clone https://github.com/shuaijianjian/QuickWallet.git

Step 2: npm install

Step 3: cd ios && pod install && cd ..

🎒 Rely

iOS

  1. Geth.framework

Android

  1. geth.aar
External link Geth library: export the IOS and Android library files by compiling the modified ethereum source code using gomobile bind

Step 1: git clone https://github.com/litexnetwork/go-ethereum

Step 2: Copy the project to GoPath

mv go-ethereum $GOPATH/github.com/ethereum/go-ethereum

Step 3: Installed Gomobile

Step 4: Export Android/IOS library files

▶️ Run App

  1. cd to the repo

  2. Run Build for either OS

  • for iOS

    • run npm run bundle:ios
    • run react-native run-ios
    • or npm start ipx
  • for Android

    • 001: adb reverse tcp:8081 tcp:8081
    • 002: Android Studio ▶️

📡 Link

React

Redux

Ignite CLI

Gomobile

ESLint