Archway填表 ID JSON生成方法

Archway完成任务需要填表,表中有Paste ID JSON here这一项。这里的ID JSON需要用

生成,首先打开链接。

点击右上角的fork

fork
fork

fork成功后会跳转到你的testnet-singer仓库,复制你仓库的链接

cd $HOME
git clone 你testnet-signer仓库的链接
cd testnet-signer
make install

我们会使用之前创建的钱包来生成 ID JSON,所以不需要运行testnet-signer keys add

运行

testnet-signer sign_id 你之前创建验证人的钱包名

提示如下,根据提示输入信息

Please enter information as accurate as possible, information entered here must match your KYC
Please Enter your Full Legal Name:你的法定全名(用于kyc,中国kyc无奖励)
Please enter your github handle:你的github用户名
Please enter your email address:你的邮箱

输入之后,会生成如下内容(下方为实例)

Your incentivized testnet address is:  archway1lf26gv87sxvkj59e3f9q2fh6q8phqwgje6g3xg
Amino encoded Public key is: 61rphyEDtd8YCbk465UwocPsEcaSNn3IHx7zUa7tUdoAOuy/iyw=
Submit JSON below the line in the form.
虚线下方的内容便是我们需要的ID JSON,复制,填到表格里即可。
-----------------------------
{
  "id": {
    "full_legal_name": "FirstName MiddleName LastName",
    "github_handle": "mygithub",
    "email_address": "myemail@domain.com",
    "account_address": "archway1lf26gv87sxvkj59e3f9q2fh6q8phqwgje6g3xg",
    "pub_key": "61rphyEDtd8YCbk465UwocPsEcaSNn3IHx7zUa7tUdoAOuy/iyw="
  },
  "signature": "Fnsuzh71v9FJtaz6hdRWsKstGeE1mexEClq67OPuzaZdBKmurXo8P6Himu69mmEsCcz+YGtQV/204XSX0lmnMQ=="
}

再次强调,表格中的名字, ID JSON 中的名字要和你未来KYC的名字一样。(中国kyc无奖励)

Subscribe to Silent ⚛| validator
Receive the latest updates directly to your inbox.
Verification
This entry has been permanently stored onchain and signed by its creator.