Dyson Protocol测试脚本教程(明牌空投)

Dyson 协议由 Sybil Singleton 开发,这是一个致力于 web3 和区块链技术未来的分布式团队。戴森的诞生源于对当前区块链基础设施的失望。大多数区块链项目从 ICO 或 IDO 开始,以在任何实际开发之前筹集资金。我们决定翻转该脚本并首先向您展示我们的 MVP。我们的目标是在 DYS 生态系统中建立价值,以便在我们的社区、验证者和开发人员之间共享。

目前处于 beta 测试网的早期阶段,奖励早期采用者和开发人员,对早期采用者/测试者的大量 DYS 奖励!

官方推特:https://twitter.com/DysonProtocol

官方教程:https://medium.com/@dysonprotocol/how-to-read-from-storage-and-render-a-website-on-the-dyson-protocol-part-4-of-4-9f3e0d62f04c

开始我的教程:

1 安装 Keplr 插件钱包,创建钱包。安装链接:https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap?hl=en

2 访问 https://dys.dysonvalidator.com/,连接钱包。

3 加入DC:https://discord.gg/SZcwEWB4P3 领取测试代币(发送地址到测试频道)小硬币出来了之后就领取成功

在这里复制地址

4 查看钱包有没有解锁,没有的话点击打开

5 点击你的脚步

6 输入指令,点击保存。指令复制下面的即可

def my_function():
print('hello world')
return 123

7 点击查询

8 点击运行

9 发送新指令,先删除之前的指令

def say_hello(my_name):
print('say hello')
return 123

10 出现错误指令,开始进行下一步

11 输入新指令
def say_hello(my_name: str):
print('say hello')
return 123

12 清楚之前的指令,再次输入新指令

def say_hello(my_name: str):
print('hello '+ my_name)
return 123

13 输入名字,点击运行

14 点击生成器,点小箭头选择(Dyson/sendMsgCreateStorage)

15 往下滑,然后复制你的地址在第一行,第二行地址后面加上你的名字。

点击签署

16 选择 Dyson/QueryStorage

17 填写地址跟名字,点击运行

18 回到脚步,输入新指令

from dys import _chain, SCRIPT_ADDRESS
def say_hello(my_name: str):
data = "hello " + my_name
print(data) # to help debug
return _chain(
"dyson/sendMsgCreateStorage",
creator=SCRIPT_ADDRESS,
index=SCRIPT_ADDRESS + "/my_greeting",
data=data,
force=True,
)

填写名字,点击运行

19 回到生成器,选择 Dyson/QueryStorage,填写地址➕名字,点击运行

20 此教程是第一步到第三步到教程,还没还有。奖励是根据你完成的 部分来分配的
感兴趣的可以继续再操作其他部分,可以安装官方的教程继续获得更多的奖励

官方教程:https://medium.com/@dysonprotocol/how-to-read-from-storage-and-render-a-website-on-the-dyson-protocol-part-4-of-4-9f3e0d62f04c

发现任何问题也可以DC进行反馈,也有奖励。

关注@small_white6,了解更多空投讯息,保姆级空投教程!

Subscribe to 小白
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.