最新的
随时了解最新帖子。
帖子
409- 讨论andreweth.149为MoveApr 03, 2025
在Sui上处理唯一用户注册表的最佳方法是什么?
我正在尝试在 Sui 上设置一个唯一的用户名注册表,并正在考虑使用 vec_set. 我担心它的可扩展性. 这是唯一的方法吗?它如何在 Sui 上扩展?
- Move CLI
01 你能在 Move 中的非条目公共函数中使用随机性吗?
我是在 Move 编程中使用随机性的新手. 该文档建议仅在输入函数中使用随机数. 但是,我正在考虑使用随机性来设置值,而不是用于分支代码. 以这种方式在公共函数中使用随机性可以吗?
- Move CLI
- Move
01- 专家问答为SuiApr 02, 2025
如何使用原生 SUI 桥将 USDC 从 SUI 桥接到以太坊主网?
我知道 SUI 有原生桥梁. 我最倾向于信任它. 如何使用原生桥将USDC从SUI桥接到以太坊主网?
- Sui
11 Why does Rust enum with Box create cycle warning even with phantom?
I'm working with Rust and I have the following code: public enum Expr { Apply(Box, Box), } It seems like I'm getting a cycle warning because Expr contains Box. However, I'm using phantom types, and I thought that would make it safe to compile. Can someone explain why this cycle warning is happening despite using phantom types?
- Move CLI
- Move
11Can you get a timestamp when an object is created in Move?
Hey there! I'm working with Move and I'm curious if it's possible to get a timestamp of when an object is created. I've seen something about using sui::clock to capture this, but I was wondering if there's a native way to access this timestamp directly in Move code without additional attributes or if we can avoid additional computations. Any insights?
- Move CLI
- Move
02Does Sui Wallet Support Uniform Passkey Login Across Apps?
Hi there! I'm curious about passkeys on Sui and specifically SIP-47. I was checking out the proposal but got a bit confused about whether each app will require its own passkey login, or if there will be a single passkey for the Sui wallet to log into apps across the network, given the passkey is supported.
- Sui
02
- 319
- 292
- 292
- 289
- 271
- 271
- 240
- 234
- 231
- 223