Unanswered
Share your insights and expertise.
Posts
56How can I transfer USDC to SUI without using Ethereum
How can I transfer USDC to SUI without using the Ethereum network?
- Sui
- Architecture
- Transaction Processing
00Where is Sui wallets secret phrase
Does Sui Wallet have a secret phrase for wallet security because I don't seem to be able my?
- Sui
- Architecture
00What alternative testnet RPCs can be used when Martian testnet RPCs are down?
What alternative testnet RPCs can be used when Martian testnet RPCs are down
- Sui
00Speed of bridging from SUI to Ethereum via Sui Bridge
How long does it take to bridge assets from SUI to Ethereum using the Sui Bridge in general?
- Sui
- Architecture
- SDKs and Developer Tools
00How to transfer USDT from SUI wallet to Binance?
How can I transfer USDT from SUI wallet to Binance, and what network should I use?
- Sui
- Architecture
00Sui stakers reward
Do Sui stakers receive any rewards from SuiNS?
- Sui
- Architecture
- SDKs and Developer Tools
00- Expert Q&AForMoveSep 05, 2025
I'm facing performance issues
I'm facing performance issues in my DeFi protocol's resource management system. Here's my specific challenge: // Current inefficient implementation resource struct Asset { value: u64, metadata: Metadata, } // Multiple storage slots causing high gas costs let slot1 = move_from(&mut account.assets); I need to optimize storage and parallel processing while maintaining Move's security guarantees. Could you suggest an architecture that would reduce transaction processing time by 40% and storage costs by 30%, while preserving resource invariants during parallel execution?
- Move CLI
- Move
00 Performance Optimization Challenge in Move Smart Contracts
Hi guys, I'm facing performance issues in my DeFi protocol's resource management system. Here's my specific challenge: // Current inefficient implementation resource struct Asset { value: u64, metadata: Metadata, } // Multiple storage slots causing high gas costs let slot1 = move_from(&mut account.assets); I need to optimize storage and parallel processing while maintaining Move's security guarantees. Could you suggest an architecture that would reduce transaction processing time by 40% and storage costs by 30%, while preserving resource invariants during parallel execution?
- Move CLI
- Move
- Smart Contract
- Move Module
00- DiscussionForSoliditySep 05, 2025
Solidity auditor in 2025
I am done with my course on auditing, can anyone please suggest what would be my next step?
- Smart Contract
- Solidity
00 What language are Sui smart contracts written in?
A: Smart contracts on Sui are written in Move, a safe and resource-oriented programming language originally developed for the Diem project.
- Sui
- Move
00
- 4662
- 4340
- 4168
- 3036
- 2947
- 2773
- 2576
- 2565
- 2464
- 2458