Explorer
Connectez-vous aux communautés et découvrez de nouvelles idées.
Gagne ta part de 1000 Sui
Gagne des points de réputation et obtiens des récompenses pour avoir aidé la communauté Sui à se développer.
Communautés
Sui is an innovative, decentralized Layer 1 blockchain that redefines asset ownership.
Meilleurs articlesMeilleurs membres- 192
- 150
- 83
- Meilleurs articlesMeilleurs membres
- 123
- 86
- 67
- Meilleurs articles
- Meilleurs articlesMeilleurs membres
- 11
- 10
- 10
- Meilleurs articlesMeilleurs membres
- 10
- Meilleurs articlesMeilleurs membres
- 10
- Meilleurs articlesMeilleurs membres
- 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:
Meilleurs articlesMeilleurs membres- 10
- Meilleurs articlesMeilleurs membres
- Meilleurs articlesMeilleurs membres
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.
Meilleurs articlesMeilleurs membres- 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.
Meilleurs articlesMeilleurs membres- 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.
Meilleurs articlesMeilleurs membres- 58
- 55
- 53
- Meilleurs articlesMeilleurs membres
- 20
- 12
- 11
- Meilleurs articlesMeilleurs membres
- 15
- 10
- 10
- Meilleurs articlesMeilleurs membres
- 15
- 10
- 10
- Meilleurs articlesMeilleurs membres
- 50
- 30
- 18
- Meilleurs articlesMeilleurs membres
- 10
The Reserve protocol is the first platform that allows for the permissionless creation of asset-backed, yield-bearing & overcollateralized stablecoins on Ethereum/
Meilleurs articlesMeilleurs membres- 10
- Meilleurs articlesMeilleurs membres
- 10
- Meilleurs articlesMeilleurs membres
- 10
Prime
- +4PourSuiNov 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- +2PourSuiNov 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
Le plus nouveau
- PourSuiAug 02, 2025
Post for testing purposes
DON'T DELETE THIS POST DON'T DELETE THIS POST DON'T DELETE THIS POST
01
Sans réponse
- PourSuiJul 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 - PourSuiJul 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 - PourSuiJul 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
Tendance
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