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.
Step 1: git clone https://github.com/shuaijianjian/QuickWallet.git
Step 2: npm install
Step 3: cd ios && pod install && cd ..
- Geth.framework
- 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
-
cd to the repo
-
Run Build for either OS
-
for iOS
- run
npm run bundle:ios
- run
react-native run-ios
- or
npm start ipx
- run
-
for Android
- 001:
adb reverse tcp:8081 tcp:8081
- 002: Android Studio
▶️
- 001: