-
Notifications
You must be signed in to change notification settings - Fork 31
How to play (0.1.0 Beta)
Take the existing version as an example to explain how to use the product. When the milestone is completed, there may be some changes. Will be released more specific instructions.
-
Open https://polkawallet.io/ use iphone, or desktop browser.
-
If use iphone to open:
- Click
DOWNLOAD
->APP DOWNLOAD
:
- Click
-
-
If use desktop browser to open:
- Then use iphone any QR Scanner to scan
DOWNLOAD
QR:
- Then use iphone any QR Scanner to scan
Then the iphone jump this same page, Click APP DOWNLOAD
-
When Click
APP DOWNLOAD
, Installation prompt pops up, clickinstall
. Back to the main screen of the mobile phone, it is already there. -
Finish install, go to
Trust
this app:- Click iphone
Settings
->General
->Device Management
->Foton Lovol International Heavy ....
->Trust "Foton Lovol International Heavy....
->Trust
- Click iphone
-
Now You can open the
polkawallet
app.
Open https://polkawallet.io/ use Android, go to download page, Click ANDROID APK
- First time use this app, will auto jump to the create account page:
- Create more account to test tranfer
Click Profile
-> About
, view the verison, Need: >= 0.1.0
NOTE:
- The The default node is:
wss://poc3-rpc.polkadot.io/
- I provide a devChain
ws://107.173.250.124:9944/
.You can choose it- Also you can set your self remote or local node.
Will show transfer by copy address, You can scan toAddress's
QR
, too
- Attach your address to the Riot community to get some test coins: https://riot.im/app/#/room/#polkadot-watercooler:matrix.org
NOTE: Some status has not been updated, please slide the page refresh. The data will be updated in real time in future releases
Nominate is fixed, now you can nominate or unnominate.
-
Profile
->Manage Account
->change passwd
orexport keystore
-
Staking
->Staking OverView
- Click any validator to check
slashed
history. -
NOET: the staking chart is
slashed history
chart. - Now all the
Alexander
validator slashed balance is 0.
NOTE: Take the 0.1.0 version as an example, which will change after the milestone is completed, with the Readme file as the main reference
$ git clone https://github.com/polkawallet-io/polkawallet-RN.git
$ cd polkawallet-RN && npm install
Modify the file: polkawallet-RN/node_modules/bip39/index.js
var randomBytes = require('randomBytes')
to: var randomBytes = require('crypto').randomBytes;
$ ./node_modules/.bin/rn-nodeify --hack --install
$ react-native start
Open a new terminal:
$ react-native run-android
or:
$ react-native run-ios