Sui.

Discussions

Share your thoughts with Sui community

Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

Posts

136
  • Britain.
    Jul 12, 2025
    Discussion

    Can I use multiple wallets in the ecosystem?

    I'm curious if the ecosystem supports using multiple wallets such as the Suiet wallet and Sui wallet?

    • Security Protocols
    0
    6
  • harry phan.
    Jul 12, 2025
    Discussion

    Build Walrus dashboard

    I found the post from https://x.com/Reset_sui/status/1944003777457271197 Made a Walrus dashboard showing: -Storage/write costs per epoch/day/year (GB/TB) -Daily/yearly revenue & storage node payouts -USD conversions to compare with other providers Link: http://walytics.wal.app Link

    • Sui
    1
    2
    Best Answer
  • 0xduckmove.
    Jul 12, 2025
    Discussion

    A Rust SDK for integrating with the multisig account

    The Multisig solution is a smart account implementation developed and maintained by the account.tech core team. It leverages the framework's core features including intents and actions, while providing additional functionality for configuration management. https://github.com/account-tech/multisig-rust-sdk

    • Sui
    0
    1
  • 0xduckmove.
    Jul 12, 2025
    Discussion

    rust sdk for our multisig smart-contract

    A Rust SDK for integrating with the multisig account implementation of account.tech on Sui: https://github.com/account-tech/multisig-rust-sdk what is Multisig The Multisig solution is a smart account implementation developed and maintained by the account.tech core team. It leverages the framework's core features including intents and actions, while providing additional functionality for configuration management. You can read more https://account-tech.gitbook.io/docs/move-registry/multisig?q=

    • Sui
    • SDKs and Developer Tools
    1
    1
  • harry phan.
    Jul 12, 2025
    Discussion

    Sui Move Security Tip: Don't Drop the Hot Potato

    In Sui, every asset is an object and every object is a little state machine. One common enforcement pattern is the Hot Potato: a struct with no abilities, which must be consumed before the transaction ends or the whole thing aborts. Flash loans often rely on this. A Receipt is returned to the borrower and must be returned to the protocol to prove repayment. ❌Add drop to the Receipt ✅You’ve just introduced a critical vuln Now the borrower can drop the potato and walk away without repaying. Move’s drop ability lets anyone destroy the object unless you intentionally prevent it by omitting the drop ability. Pro Tip: audit every struct in your protocol. 🔴If it represents an obligation (like a flash loan receipt), remove drop 🟢If it shouldn’t be copied, remove copy 🔵If it shouldn’t be global, remove store Sui Move gives you low-level control over asset semantics. Misuse even one ability, and enforcement breaks. Handle objects carefully. Don’t drop the hot potato

    • SDKs and Developer Tools
    • Transaction Processing
    0
    1
    Best Answer
  • harry phan.
    Jul 11, 2025
    Discussion

    Deploying your Walrus Site

    The open sourced a GitHub Action that lets you publish & update Walrus Sites directly from GitHub. fI you need to automate the deployment of your Walrus Sites, you can use a CI/CD pipeline. This guide covers the essential steps to set up continuous deployment for your site. Get started Follow the below in order: https://docs.wal.app/walrus-sites/ci-cd.html

    • Sui
    • SDKs and Developer Tools
    0
    1
  • MoonBags.
    Jul 10, 2025
    Discussion

    Sui Testnet Weekly Digest

    a page that shows current testnet activity on the Sui testnet. See it live: https://faucet.n1stake.com/testnet-digest

    • Sui
    • NFT Ecosystem
    3
    2
  • Meaning.Sui.
    Jul 09, 2025
    Discussion

    If you want to resurrect your web3 game strategy use these 7 tools:

    Sui’s instant randomness (luck and loot boxes is #1 addiction factor in games) Sui’s zkLogin (hide passwords and the blockchain buzzwords completely) Sui’s time capsules via Seal (anticipation is a must) Sui’s private NFTs via Nautilus or Seal or ZK (reveal your weapon only during battle, sell mystery characters) Sui’s Robots and internetless apis (welcome to digiphygital, I’m sure crypto games will be sold at super-markets soon) Sui’s verifiable logic via Nautilus (for poker shuffling, for AI on games, for expensive or private offchain logic) SuiPlay (make your game compatible; reward your users, everyday if possible)

    • Sui
    1
    1
  • Meaning.Sui.
    Jul 09, 2025
    Discussion

    If you want to resurrect your web3 game strategy use these 7 tools:

    Sui’s instant randomness (luck and loot boxes is #1 addiction factor in games) Sui’s zkLogin (hide passwords and the blockchain buzzwords completely) Sui’s time capsules via Seal (anticipation is a must) Sui’s private NFTs via Nautilus or Seal or ZK (reveal your weapon only during battle, sell mystery characters) Sui’s Robots and internetless apis (welcome to digiphygital, I’m sure crypto games will be sold at super-markets soon) Sui’s verifiable logic via Nautilus (for poker shuffling, for AI on games, for expensive or private offchain logic) SuiPlay (make your game compatible; reward your users, everyday if possible)

    • Sui
    1
    1
  • Jojo.
    Jul 08, 2025
    Discussion

    Tips for building dapp on Sui

    I'm looking to build a few dApps on Sui but I'm not sure where to start. Can anyone suggest the best approach or resources to help me get going with development on the Sui blockchain? Any tips or guidance would be greatly appreciated!

    • Sui
    1
    5
    Best Answer
Reward CampaignJuly
Top tags
  • Sui
  • Architecture
  • SDKs and Developer Tools
  • Move
  • Security Protocols
  • NFT Ecosystem
  • Transaction Processing