找到约 13 条结果

文章 理解以太坊交易和消息:从状态变更到链下消息——第一部分

...前缀(RLP)**](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/)是整个以太坊执行层中使用的序列化格式。它旨在以紧凑、标准化的方式对数据结构进行编码,从而使执行客户端可以高效地通过网络共享数据。它不关心值...

文章 区块链如何旨在变革选举:安全和可访问的投票

...ps://medium.com/@bloqarl/how-blockchain-aims-to-transform-elections-secure-and-accessible-voting-a227e757c393) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 发展与创新的一周:Starknet的最新进展

...heraladio...](https://medium.com/@estheraladioche569/a-week-of-development-and-innovation-the-most-recent-advancements-at-starknet-45572545310e) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Rust 智能合约养成日记(6)拒绝服务攻击

...` Finish init NEAR ``` ``` Finish init NEAR Finish deploy contracts and create test accounts blocked_contract.test.near balance:0 Receipt: 9mFgkbpWDVhEDu5cw6KdfYoaCMjdkRt9VUdMkSqBXQE1 Log [ft_token.test.near]: Transfer 10000 from ft_token_owner.test.near to blocked_contract.test.ne...

文章 比特币的 “侧链愿景”

...和社会可扩展性”](https://nakamotoinstitute.org/money-blockchains-and-social-scalability/#:~:text=the%20Bitcoin%20blockchain%20itself%20cannot%20possibly%20come%20anywhere%20near%20Visa%20transaction%2Dper%2Dsecond%20numbers%20and%20maintain%20the%20automated%20integrity%20that%20creates%20i...

文章 Mirror Survey - Web3 的寫作平台

...再直接貼上:這部分就要看程式轉換的精度了。 ### ENS and SubDomain 一般作者的個人 Publication 網址會是一串擁有自己地址的樣子: - [https://mirror.xyz/0xB42faBF7BCAE8bc5E368716B568a6f8Fdf3F84ec](https://mirror.xyz/0xB42faBF7BCAE8bc5E368716B568a6f8Fdf3...

文章 加密货币质押——最大化复利质押奖励的综合指南

...um.com/blockchain-baf/how-auto-compounding-enhances-defi-staking-platforms-and-boosts-user-engagement-in-2024-9a2398467746),成功的自动复利实施需要: **技术考虑因素:** - 智能合约安全 - 奖励收集自动化 - 复利逻辑优化 - 用户界面可访问性 [平台选择...

文章 构建一个实时的 Hyperliquid 投资组合跟踪器

...单独的数据库表中: ``` // From indexer.ts - Core data fetching and storage (来自 indexer.ts - 核心数据获取和存储) const data = await hyperliquidAPI.getClearinghouseState(CURRENT_WALLET_ADDRESS); const stateId = await this.storeClearinghouseState(data); // Store positions with a...

问题 Error: Can not send value to non-payable contract method or constructor

.../ // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md // recommends that there are no checks for the approval double-spend attack // as this should be implemented in user interfaces // ---------------------------------------------------------------------...

文章 Concrete ML v1.6:更大的神经网络和预训练的基于树的模型

.../github.com/zama-ai/concrete-ml/blob/main/docs/advanced_examples/EncryptedPandas.ipynb) 中进行了演示。 此版本中的新功能和改进提高了 Concrete ML 的性能和可用性。即将推出的 GPU 支持将在不久的将来带来更大的进步。敬请关注! ### 更多链接 ...

文章 RFC 000:乐观提议处理

...i) - [ABCI++ 时间线](https://blog.cosmos.network/the-tendermint-council-and-the-path-to-delivering-abci-d6deb9e0fc7f) >- 原文链接: [github.com/sei-protocol/...](https://github.com/sei-protocol/sei-chain/blob/main/docs/rfc/rfc-000-optimistic-proposal-processing.md) >- 登链社区 AI 助手...

文章 托底:有什么用?

...有[很多](https://www.wsj.com/articles/why-did-cryptocurrencies-terrausd-and-luna-unravel-stablecoin-price-crash-explained-11652462779)的分析[刊登](https://www.bloomberg.com/opinion/articles/2022-05-11/terra-flops)和[播客](https://unchainedpodcast.com/why-terra-collapsed-and-whether-an-alg...

文章 从零开始学习zk-SNARK(四)—多项式的约束

... https://arxiv.org/pdf/1906.07221.pdf https://medium.com/@imolfar/why-and-how-zk-snark-works-5-variable-polynomials-3b4e06859e30 https://medium.com/@imolfar/why-and-how-zk-snark-works-6-verifiable-computation-protocol-1aa19f95a5cc 参考文献 [Par+13] — Bryan Parno, Craig Gentry, Jon...