Explore
Connect with communities and discover new ideas.
Communities
- Top postsTop members
- 192
- 150
- 83
- Top members
- 123
- 86
- 67
- Top posts
- Top members
- 11
- 10
- 10
- Top members
- 10
- Top postsTop members
- 10
- Top postsTop members
- 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:
Top members- 10
- Top postsTop members
- Top postsTop members
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.
Top postsTop members- 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.
Top postsTop members- 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.
Top postsTop members- 58
- 55
- 53
- Top postsTop members
- 20
- 12
- 11
- Top members
- 15
- 10
- 10
- Top postsTop members
- 15
- 10
- 10
- Top members
- 50
- 30
- 18
- Top postsTop members
- 10
The Reserve protocol is the first platform that allows for the permissionless creation of asset-backed, yield-bearing & overcollateralized stablecoins on Ethereum/
Top postsTop members- 10
- Top postsTop members
- 10
- Top postsTop members
- 10
Bounty
- +4ForSuiNov 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- +2ForSuiNov 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
Newest
- ForSuiAug 02, 2025
Post for testing purposes
DON'T DELETE THIS POST DON'T DELETE THIS POST DON'T DELETE THIS POST
01
Unanswered
- ForSuiJul 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 - ForSuiJul 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 - ForSuiJul 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
Trending
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