探索
连接社区,发现新想法。
社区
- 顶尖成员
- 123
- 86
- 67
- 热门帖子顶尖成员
- 190
- 150
- 83
- 热门帖子
- 顶尖成员
- 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
- 热门帖子顶尖成员
赏金
- +4为SuiNov 06, 2024
网络验证器 Sui Global
Sui Global团队中有一位是网络验证者. 你认为网络验证器的用途是什么? 我们能否接受 Sui Global 将成为 Sui 主网验证者的情景?
33 Difference between these: CREW3HUNTER and CREW3
Please 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
最新的
- 为SuiJul 02, 2025
Post for Testing purposes
This is an article post with one tage created through the profile dropdown menu. Testing the alternative way of creating posts. The type of post will be chaned to Discussion and additianal tag will be added later.
01 - 为SuiMay 27, 2025
Sui blockchain post
Post Rules Make sure to choose the appropriate Community and Type for your post Only make posts that will result in valuable information Remember to check that the same post hasn't already been published Please, avoid spamming, self-promotion, financial advice, bullying, and discrimination We expect all members of our community to treat each other with respect and kindness For complete rules please read the article in our documentation Moderators have the right to delete posts that don't meet these requirements. This could affect your reputation
0 - 为SuiApr 29, 2025
How Does Blockchain Work?
How Does Blockchain Work? Transaction Initiation: A user requests a transaction. Block Creation: The requested transaction is bundled with others into a block. Verification: Networked computers (nodes/miners) validate the transactions using consensus mechanisms like Proof of Work (PoW) or Proof of Stake (PoS). Block Addition: Once verified, the block is added to the existing chain, making it immutable. Completion: The transaction is complete and visible to all network participants.
13
未回答
Key drivers behind SUI’s growth
Key drivers behind SUI’s growth include a sharp increase in trading volume, a surge in projects and user activity on its network (with accounts reaching 160 million and user growth up over 55%), and rapidly growing total value locked (TVL) in SUI’s DeFi ecosystem. Surge of meme coins, thriving DEX activity, and rumors of notable collaborations have also fueled bullish momentum . Moderators have the right to delete posts that don't meet these requirements. This could affect your reputation Moderators have the right to delete posts that don't meet these requirements. This could affect your reputation `
00Key Features of Sui Blockchain
Introduction to Sui Blockchain What is Sui Blockchain? Sui is a decentralized blockchain designed to offer high throughput and low latency, catering to the needs of applications that require rapid transaction confirmations. It utilizes a unique consensus mechanism that allows it to scale efficiently while maintaining decentralization. Key Features of Sui Blockchain High Performance: Sui is built for speed, ensuring transactions can be processed quickly. This is achieved through its innovative architecture that minimizes latency. Scalability: The Sui blockchain can handle a large volume of transactions simultaneously, making it suitable for applications such as gaming and decentralized finance (DeFi). Smart Contracts: Sui supports a robust smart contract platform that enables developers to create decentralized applications (dApps) with ease. User-Friendly Development Environment: The platform provides developers with tools and documentation to facilitate the creation and deployment of dApps. Technical Overview Architecture Sui’s architecture is designed to optimize performance. Key components include: Event-Driven: The system architecture is event-driven, allowing for reactive programming patterns that increase responsiveness. Parallel Execution: Sui employs parallel execution protocols enabling multiple transactions to be processed at once, significantly boosting throughput. Consensus Mechanism Sui uses a unique consensus mechanism tailored for high-speed transactions, ensuring that blocks are confirmed quickly without sacrificing security. Use Cases Gaming: With its low transaction costs and fast execution, Sui is ideal for gaming applications where player interactions happen frequently. Decentralized Finance: The blockchain is fit for DeFi implementations, allowing users to engage in trading, lending, and other financial services seamlessly. NFTs: Sui supports the creation and exchange of non-fungible tokens (NFTs), providing a platform for digital art and collectibles. Conclusion Sui blockchain represents a promising advancement in the evolution of decentralized networks, focusing on performance and scalability. Its features make it a strong candidate for various applications, particularly in the gaming and DeFi sectors, empowering developers to create innovative solutions. The Sui blockchain is positioned to play a significant role in the future of blockchain technology, and its development is worth following as it matures.
00- 为BlockchainFeb 03, 2025
SCM Post translation
A topic not requiring expertise or experience to answer that can be one of the following: Subjective opinion exchange; Brainstorming; Feedback or review request;
00
趋势
在主机落后于 NAT 的情况下在 go-libp2p 中打洞?
我正在探索在两台主机都使用 go-libp2p 落后于 NAT 的网络中打洞的概念. 是否有任何示例、教程或资源可以演示如何使用go-libp2p在这种情况下实现打孔?任何见解或代码片段将不胜感激.
53