Skip to content

How to play (0.1.0 Beta)

0xThreeBody edited this page Mar 8, 2019 · 4 revisions

Product instructions

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.

1. The instructions for users

1.1 Install App

1.1.1 iPhone
  • Open https://polkawallet.io/ use iphone, or desktop browser.

    • If use iphone to open:

      • Click DOWNLOAD -> APP DOWNLOAD :

深度截图_选择区域_20190222120220

  • If use desktop browser to open:

    • Then use iphone any QR Scanner to scan DOWNLOAD QR:

深度截图_选择区域_20190222120918

Then the iphone jump this same page, Click APP DOWNLOAD

  • When Click APP DOWNLOAD, Installation prompt pops up, click install. 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
  • Now You can open the polkawallet app.

1.1.2 Android

Open https://polkawallet.io/ use Android, go to download page, Click ANDROID APK


1.2 How to use

1.2.1 Create account

  • First time use this app, will auto jump to the create account page:

  • Create more account to test tranfer


1.2.2 Check App Version

Click Profile -> About, view the verison, Need: >= 0.1.0

1.2.3 Set remote/local node

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.

1.2.4 Transfer DOT

Will show transfer by copy address, You can scan toAddress's QR, too


1.2.5 Staking

1.2.5.1 Stake


1.2.5.2 Unstake

NOTE: Some status has not been updated, please slide the page refresh. The data will be updated in real time in future releases


1.2.5.3 Set Prefs


1.2.5.4 Nominate/Unnominate

Nominate is fixed, now you can nominate or unnominate.


1.2.6 Democracy

1.2.6.1 Proposals


1.2.6.2 Referendums


1.2.6.3 Voting

屏幕快照 2019-02-22 下午1.17.38

屏幕快照 2019-02-22 下午1.17.51


1.2.7 Change passwd & export keystore

  • Profile->Manage Account-> change passwd or export keystore

1.2.8 Data charts and lists

1.2.8.1 Transaction Record


1.2.8.2 Slash record
  • 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.


2. The instructions for developers

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