Explorer
Присоединяйтесь к сообществам и открывайте новые идеи.
Заработай свою долю из 1000 Sui
Зарабатывай очки репутации и получай награды за помощь в развитии сообщества Sui.
Сообщества
Sui is an innovative, decentralized Layer 1 blockchain that redefines asset ownership.
Лучшие публикацииТоп участников- 192
- 150
- 83
- Лучшие публикацииТоп участников
- 123
- 86
- 67
- Лучшие публикации
- Топ участников
- 11
- 10
- 10
- Лучшие публикацииТоп участников
- 10
- Лучшие публикацииТоп участников
- 10
- Лучшие публикацииТоп участников
- 10
Supra connects multiple innovations, which were published over the years, into a resilient, extreme performance architecture that vertically integrates MultiVM smart contract support and native services:
Лучшие публикацииТоп участников- 10
- Лучшие публикацииТоп участников
- Лучшие публикацииТоп участников
The Graph is a decentralized protocol for indexing and querying blockchain data. The Graph makes it possible to query data that is difficult to query directly.
Лучшие публикацииТоп участников- 111
- 60
- 55
Vyper is a relatively new, pythonic programming language used to write smart contracts. Vyper targets Ethereum Virtual Machine making it virtually impossible for developers to code misleading programs.
Лучшие публикацииТоп участников- 87
- 45
- 42
The Graph is a decentralized protocol for indexing and querying blockchain data. The Graph makes it possible to query data that is difficult to query directly.
Лучшие публикацииТоп участников- 58
- 55
- 53
- Лучшие публикацииТоп участников
- 20
- 12
- 11
- Лучшие публикацииТоп участников
- 15
- 10
- 10
- Лучшие публикацииТоп участников
- 15
- 10
- 10
- Лучшие публикацииТоп участников
- 50
- 30
- 18
- Лучшие публикацииТоп участников
- 10
The Reserve protocol is the first platform that allows for the permissionless creation of asset-backed, yield-bearing & overcollateralized stablecoins on Ethereum/
Лучшие публикацииТоп участников- 10
- Лучшие публикацииТоп участников
- 10
- Лучшие публикацииТоп участников
- 10
Награда
- +4ДляSuiNov 06, 2024
Cyber validator Sui Global
There is a person on the Sui Global team who is a cyber validator. What do you think a cyber validator is for? Can we accept the scenario that Sui Global will become a validator in Sui mainnet?
33 Difference between these: CREW3HUNTER and CREW3
1Please Explain to newcomers which of these roles can be obtained and what is the difference between them. CREW3HUNTER | CHAMPION CREW3 CHAMPION P.S. I will select the best answer only among users whose reputation is less than 100 (you will get 15 points).
34- +2ДляSuiNov 06, 2024
Is it possible to define a constructor in Solidity using the contract name and function keyword?
I have seen constructors in Solidity defined with the constructor keyword within the contract, as shown below: contract Person { address public owner; // Constructor constructor() { owner = msg.sender; } // Other functions and variables... } However, I'm curious if it's valid to define the constructor using the contract name and function keyword, like this: contract Person { address public owner; // Constructor function Person() public payable { owner = msg.sender; } // Other functions and variables... } Would this alternative way of defining the constructor work in Solidity, or is it necessary to use the constructor keyword?
23
Самые новые
- ДляSuiAug 02, 2025
Post for testing purposes
DON'T DELETE THIS POST DON'T DELETE THIS POST DON'T DELETE THIS POST
01
Без ответа
- ДляSuiJul 26, 2025
This Post is for CRUD operations
This is a simple expert post with plain text content. Here we're testing the basic functionality of creating an expert post type.
10 - ДляSuiJul 26, 2025
This Post is for CRUD operations
This is a simple expert post with plain text content. Here we're testing the basic functionality of creating an expert post type.
00 - ДляSuiJul 26, 2025
This Post is for CRUD operations
This is a simple expert post with plain text content. Here we're testing the basic functionality of creating an expert post type.
00
В тренде
Give an expert advice on what to do on SUI Project.
Please write some expert advice on Sui project to do to become an early adopter in it.
65Hole punching in go-libp2p with hosts behind NAT?
I am exploring the concept of hole punching in a network where both hosts are behind NAT using go-libp2p. Are there any examples, tutorials, or resources available that demonstrate how to achieve hole punching in this scenario using go-libp2p? Any insights or code snippets would be greatly appreciated.
53