找到约 12 条结果

文章 2023年Web3开发者最佳DAO

...DAO 有许多优点和缺点](https://www.web3.university/article/the-pros-and-cons-of-building-a-dao),但它们有无穷无尽的用例,因此已成为启动各种 Web3 应用程序和业务的越来越受欢迎的工具。例如,DAO 可以作为一个资金池来购买昂贵的物品,例...

文章 Solana - 如何使用自定义 Solana 程序进行 Solana Pay

...例如,[Solflare](https://solflare.com/download))(_注意:目前,Android 上的 Phantom 存在已知问题,因此如果你使用 Android 设备,我们建议使用 Solflare。我们会在问题修复后更新此信息。_) - [Ngrok](https://ngrok.com/),或其他服务以将你的本...

文章 Layer2 终极指南

...维克尔树 (verkle trees)](https://notes.ethereum.org/@vbuterin/verkle_and_state_expiry_proposal) 以及其他各种方法。然而,需要更多时间实现这些方案,因为以太坊优先提高安全性和去中心化。 模块化区块链的一个关键方面是它们可以无限扩展...

文章 隐藏的 IDL 指令及潜在的安全隐患

...ubstack.co...](https://accretionxyz.substack.com/p/hidden-idl-instructions-and-how-to) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Gelato的Avalanche L1和原生互操作性指南

...g/gelato...](https://www.gelato.cloud/blog/gelato-s-guide-to-avalanche-l1s-and-native-interoperability) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 CBC Casper 教程

...块 B,随后又做了 Another round public blocks that still support B and references their first round of blocks,那么我们可以这样推理: 由于两轮消息的原因,我们知道这个子集 V 所有的 (i) 都支持 B (ii) 知道 B 很好支持,因此他们中没有人能够在...

文章 揭示GameFi安全性:常见威胁和可靠解决方案

...INK.balanceOf(address(this)) >= fee, "Insufficient LINK"); requestRandomness(keyHash, fee); } function fulfillRandomness(bytes32 requestId, uint256 randomness) internal override { tokenRarity[tokenId] = (randomness % 100) + 1; // Rarity from 1 to 100 tokenId++; } ...

文章 延迟执行和跳过交易 - 执行层研究

...: [ethresear.ch/t/delayed-e...](https://ethresear.ch/t/delayed-execution-and-skipped-transactions/21677) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 第 4 课:Tamagotchi 商店说明

... self.owners .entry(msg::source()) .and_modify(|attributes| { attributes.insert(attribute_id); }) .or_insert_with(|| [attribute_id].into()); return true; } ``` 首先,合约接收到...

文章 在区块链上进行去中心化何时是有价值的?

...tps://www.researchgate.net/publication/220079723_Measuring_Switching_Costs_and_the_Determinants_of_Customer_Retention_in_Internet-Enabled_Businesses_A_Study_of_the_Online_Brokerage_Industry) [work](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2456769) 可以在方向上有用。) ## 空...

文章 如何在区块链上表示公司?

...ckchain.cn/2025/06/10/meeting.jpg)](https://blockapps.net/blog/multichains-and-privacy/) [![区块链将如何颠覆云技术](https://img.learnblockchain.cn/2025/06/10/server_room.jpg)](https://blockapps.net/blog/how-blockchain-will-disrupt-cloud-technology/) [![企业如何使用以太坊区块...

文章 什么是区块链节点提供商?我为什么需要一个?

...m/alchemy-api/w...](https://medium.com/alchemy-api/what-is-a-node-provider-and-why-do-i-need-alchemy-16e89b43bfda) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~