Sans réponse
Partagez vos connaissances et votre expertise.
Publications
52- Questions et Réponses avec des ExpertsPourMoveSep 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- DiscussionPourSoliditySep 05, 2025
Auditeur Solidity en 2025
J'ai terminé mon cours sur l'audit, quelqu'un peut-il me suggérer quelle serait la prochaine étape ?
- Smart Contract
- Solidity
00 How fast is Sui?
A: Sui achieves sub-second transaction finality for simple transfers and can scale to handle very high throughput by parallelizing execution.
- Sui
- Move
00What are “owned” and “shared” objects in Sui?
A:Owned objects: Belong to a single user and can be transferred without global consensus. Shared objects: Can be used by multiple users or apps, but require consensus to update.
- Sui
- Move
00What 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
00How does the Walrus Smartchain network ensure data availability
How does the Walrus Smartchain network ensure data availability and redundancy for uploaded content, and what are the best practices for optimizing storage cost and durability across a multi-aggregator deployment?
- Typescript SDK
00How does the Walrus Smartchain network ensure data availability
How does the Walrus Smartchain network ensure data availability and redundancy for uploaded content, and what are the best practices for optimizing storage cost and durability across a multi-aggregator deployment?
- Walrus
- walrus-completion
00How does the Walrus Smartchain network ensure data availability
How does the Walrus Smartchain network ensure data availability and redundancy for uploaded content, and what are the best practices for optimizing storage cost and durability across a multi-aggregator deployment?
- Walrus
- walrus-completion
00- Questions et Réponses avec des ExpertsPourPeera MetaAug 28, 2025
Est-ce que « Peera Meta » est un vrai projet ?
Est-ce que « Peera Meta » est un vrai projet ? Dans l'affirmative, pouvez-vous fournir un lien vers sa documentation, son livre blanc, GitHub ou son site officiel ?
- tutorial
- reputation
00