Unbeantwortet
Teile dein Wissen und deine Expertise.
Beiträge
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- Experten Q&AFürMoveSep 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- DiskussionFürSoliditySep 05, 2025
Soliditätsprüfer im Jahr 2025
Ich bin mit meinem Kurs über Wirtschaftsprüfung fertig. Kann mir bitte jemand vorschlagen, was mein nächster Schritt wäre?
- 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