探索
连接社区,发现新想法。
社区
- 热门帖子顶尖成员
- 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
网络验证器 Sui Global
Sui Global团队中有一位是网络验证者. 你认为网络验证器的用途是什么? 我们能否接受 Sui Global 将成为 Sui 主网验证者的情景?
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
趋势
在主机落后于 NAT 的情况下在 go-libp2p 中打洞?
我正在探索在两台主机都使用 go-libp2p 落后于 NAT 的网络中打洞的概念. 是否有任何示例、教程或资源可以演示如何使用go-libp2p在这种情况下实现打孔?任何见解或代码片段将不胜感激.
53