Explore
Connect with communities and discover new ideas.
Communities
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Top postsTop members- 319
- 292
- 292
Move is an executable bytecode language used to implement custom transactions and smart contracts.
Top postsTop members- 271
- 260
- 251
The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system.
Top postsTop members- 25
- 20
- 20
Peera is a decentralized questions and answers protocol for Web3 where users can organize and store their interests and skills, creating a common community platform
Top members- 328
- 286
- 225
Newest
Can 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?
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?
00- ForSuiApr 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?
11
Unanswered
Can 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?
00- ForMoveMar 29, 2025
Is it easy to learn Move after solidity?
I know solidity and have made some projects on it,I was wondering if it would be easy for me to learn Move and that to in less time..like less than a month?
00 - ForSuiMar 29, 2025
Is it profitable to make dapps services (like games ) on sui?
Guys I was wondering if it was profitable to make dapps services like games, nft marketplaces, dex on sui?Plus how much cost rouphly would that be to deploy?
00
Trending
How to access and manage nested structs and dynamic fields in Move?
How to access and manage nested structs and dynamic fields in Move?
56How to convert private key to new format via CLI
How can I convert my old private key to a new format and change from Hex to Bech32 using the Sui CLI?
43How to bypass rate limit on local full node setup?
I've set up a full node locally and I'm sending requests to it, but I run into a 429 rate limit error. I'm trying to fetch object information using the sui_multiGetObjects method, but the server returns an error when I exceed 50 objects. This happens even when running requests on the same machine. Is there a way to get rid of this rate limit, or is it hardcoded in the node setup? Are nodes from the official config supposed to have no rate limits?
43