Figment的Learn系列又有了新的教程,这次是学习Polkadot编程获得DOT奖励

链接:https://datahub.figment.io/services/polkadot

Figment的Learn系列的教程都很简单,只需按照教程一步步完成就能获得奖励

对于某些懒人,想抄近道完成教程,这里写了一份懒人版的Polkadot Learn: https://github.com/ericet/learn-polkadot

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* git clone https://github.com/ericet/polkadot-learn.git
* cd polkadot-learn
* npm install
* Replace < API KEY > in .env file with your API KEY

#1
* node connect.js

#2
* node create_account.js
* Copy address and mnemonic from output of connect.js into .env

#3
* node query.js

#4
* Get free testnet tokens: https://faucet.figment.io/
* node transfer.js

#5
* node create_account.js
* Copy address and mnemonic from output into PROXY_MNEMONIC and PROXY_ADDRESS from .env
* node staking_proxy.js

#6
* node tx_search.js

如果想学编程,建议按照Figment的教程一步步做。如果只想撸币,那抄近道,用懒人版完成课程活动奖励