goldennetwork/golden-wallet-react-native
Golden - Best Wallet Ever
repo name | goldennetwork/golden-wallet-react-native |
repo link | https://github.com/goldennetwork/golden-wallet-react-native |
homepage | https://goldenwallet.io/ |
language | JavaScript |
size (curr.) | 19567 kB |
stars (curr.) | 164 |
created | 2018-08-11 |
license | GNU General Public License v3.0 |
Golden Wallet - Ethereum Wallet & ERC20 Tokens
Features
- Create/Import Ethereum wallet
- Check balances, transactions
- Send/Receive ETH and ERC20 Token
- Tracking your balance with Notification.
- ĐAPP web browser and list collectible items.
Build Golden Wallet
Installation
Install rn-nodeify
to be able to use Node.js libs.
sudo npm i rn-nodeify -g
Install the dependencies in the local node_modules folder.
npm install
IOS
CocoaPods
CocoaPods 1.3+ is required
Run from your terminal to install the library.
cd ios
pod install
cd ../
Run Golden on iOS
react-native run-ios
Android
Run Golden on Android
react-native run-android