Newest
Stay updated with the latest posts.
Posts
407Can you use randomness in non-entry public functions in Move?
I'm new to using randomness in Move programming. The documentation suggests using random only in entry functions. However, I'm considering using randomness to set values, not for branching code. Is it okay to use randomness in a public function in this way?
- Move CLI
- Move
01Can I recover USDT sent to a wrong address?
I accidentally sent USDT to an address that doesn't belong to anyone. What should I do to try and recover it?
- Security Protocols
00- Expert Q&AForSuiApr 02, 2025
How to bridge USDC from SUI to Ethereum mainnet with native SUI bridge?
I know that SUI has native bridge. I am inclined to trust it the most. How can I bridge USDC from SUI to Ethereum mainnet using native bridge?
- 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
02How can I add the SUI testnet RPC to OKX wallet?
I'm trying to add the SUI test network RPC to my OKX wallet since it's not supported directly. Can anyone guide me on importing it manually?
- Sui
01Does 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
02Where to find the latest Move 2024 documentation and features?
I'm trying to locate the latest Move 2024 docs as it seems there are numerous new features. Can someone guide me on where to find these details?
- Move CLI
- Move
01- DiscussionForSuiMar 31, 2025
How to unfreeze and return USDC SUI during conversion?
I started converting USDC SUI through the bridge to USDC ETH, but then changed my mind, leading to the USDC SUI being frozen. How can I return my USDC SUI? Who should I contact to address this issue?
- Transaction Processing
02 Why do I get an error transferring funds between wallets?
I've been trying to transfer funds from my secondary wallet to my main wallet, but I keep encountering an error saying 'failed to sign transaction by a quorum of validators because one or more of its objects is reserved for another transaction.' What exactly does this mean, and how can I resolve it?
- Sui
02
- 319
- 292
- 292
- 289
- 271
- 271
- 240
- 234
- 231
- 223