Ethereum & ERC20 Tokens Wallet

ethereum-logo-big

Create or import Ethereum wallet

check-transactions-icon

Check balances and transactions

send-receive

Send and receive ETH and ERC20 token

notifications

Track your balance with notifications

dapps

Visit DApp web sites and list collectible items

GPL

Distributed under GPL 3.0 License

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 1.3+ is required.

Run from your terminal to install the library.

cd ios
pod install
cd ../

Run Golden Wallet.

react-native run-ios

Android

Run Golden Wallet.

react-native run-android