帖子
分享您的知识。
Britain92
Jan 22, 2025
专家问答
What's the deal with SUI's framework/testnet and testnet branches?
I'm diving deep into SUI's GitHub repo and noticed there's a 'framework/testnet' branch and a 'testnet' branch. I'm curious about what each of these branches specifically entails. Could someone explain the differences between them?
- Move CLI
2
1
分享
评论
答案
1hohm97
Jan 22 2025, 23:59“框架/测试网” 分支专门用于与 SUI 框架相关的工作,特别侧重于原生 Move 功能. 相比之下,“测试网” 分支涉及与SUI测试网网络本身相关的更新和开发. 此分支每两周更新一次. 如果你正在通过Move(SUI使用的语言)研究或参与SUI核心功能的各个方面,那么 “框架/测试网” 就是你的游乐场. 但是,如果你的兴趣或参与更多地集中在更广泛的网络运营和测试环境上,那么 “测试网” 就是你想要查看最新更新的地方. 总之,使用 “框架/测试网” 进行与框架和原生 Move 相关的更改,使用 “测试网” 进行更广泛的测试网网络运营. 你可以通过他们的 GitHub mystenLabs/SUI 和官方网络信息 Sui Network Info 等 SUI 资源找到有关这些分支的更多详细信息和更新.
2
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案