找到约 12 条结果

文章 Rust 和 Solana 中的可见性与“继承”

...见性和隐私部分](https://doc.rust-lang.org/beta/reference/visibility-and-privacy.html)中有很好的讨论,但我们将添加自己针对 Solana 的见解。 ### 内部函数 通过在程序模块内定义函数并确保其在其自己的模块及导入或使用它的其他模块内...

文章 详解 ERC-1155 多代币标准

... ![image shows the token ID divided into the collection id (`X` values) and item ID (`Y` values)](https://img.learnblockchain.cn/attachments/migrate/1736159466049) 为了将集合和项目信息编码到单个 `uint256` 代币 ID 中,我们可以使用位移和加法操作。 **位移** ...

文章 EIP-3074 简介

...接,留下你的反馈:[https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/49](https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/49)。 最后,如果你对我们的工作感兴趣,我们的团队正在火热招聘中。我们致力于对以太...

文章 Walrus 一个去中心化存储与数据可用性协议

...本文翻译来自官网 [Announcing Walrus: A Decentralized Storage and Data Availability Protocol](https://docs.walrus.site/blog/01\_announcing_walrus.html#announcing-walrus-a-decentralized-storage-and-data-availability-protocol)

文章 EIP-7702:步骤、存储安全与链上钱包的未来

.../07/16/22808857_image.jpg) [https://mapleblock.capital/blog/may-2024-eips-and-the-state-of-the-ethereum-ecosystem/](https://mapleblock.capital/blog/may-2024-eips-and-the-state-of-the-ethereum-ecosystem/) 这里有一个通过 EIP-7702 进行 EOA 授权的快速摘要:[https://learnblockchain.cn/...

文章 Solana Anchor 发布了新版本 0.30

....0", "description": "Created with Anchor" } } ``` ## Accounts and events as type 帐户和事件类型信息过去分别存储在它们自己的属性、帐户和事件中。这产生了一个问题,在某些情况下找不到类型,因为类型字段中不存在类型定义。 ...

文章 如果量子计算时代到来,我们的比特币安全吗?

...le superconducting processor." Nature 574,no. 7779 (2019): 505-510.* *[2] Andreas M. Antonopoulos答疑量子计算问题: www.youtube.com/watch?v=eo7mwcsUbdo;www.youtube.com/watch?v=wlzJyp3Qm7s* *[3] Gentry, Craig. "Fully homomorphic encryption using ideallattices." In Stoc, vol. 9, no. 2009,...

文章 SUI Move开发必知必会——使用SUI DeepBook构建DEX-1:入门篇

...,欢迎大家指正。 参考资料: - https://docs.sui.io/standards/deepbook - https://github.com/MystenLabs/sui/tree/main/crates/sui-framework/packages/deepbook - https://dacade.org/zh/communities/sui/challenges/19885730-fb83-477a-b95b-4ab265b61438/learning-modules/fc2e67a1-520...

文章 全面了解欺诈证明和有效性证明的指南

...ttps://ethereum.org/en/developers/docs/scaling/zk-rollups/#zk-rollups-pros-and-cons),这可能增加费用,特别是当交易复杂时。 2. **复杂的实现**:ZK Rollups 所需的加密算法和证明系统更复杂,难以实现和维护。 3. **可信的设置:** 证明系统,如 [SNA...

文章 将Uniswap V4集成到你的智能合约中:逐步指南

...前已经涵盖了 [Uniswap v3](https://www.buildbear.io/resources/guides-and-tutorials/uniswapv3) 并将其集成到我们的项目中。 ## Uniswap V4 有什么新变化? **Hook功能 (Hooks Feature):** Hook是可以链接到流动性池的智能合约,为池的生命周期的各个阶段(...

文章 构建基于区块链的葡萄酒市场:技术之旅

... public onlyOwner { require(tokenIds.length == uris.length, "Token IDs and URIs length mismatch"); for (uint256 i = 0; i < tokenIds.length; i++) { safeMint(to, tokenIds[i], uris[i]); } } ``` ### _管理所有权和 tokenURI_ 此代码启用 NFT 所有权的转移,同时更...

文章 第五阶段:法规遵从与风险管理 - 第二部分:智能合约安全与合规

.../genesis-hukuk/an-absolute-guide-for-tokenization-processes-with-questions-and-considerations-ff3bb61a2cda) 在第五阶段的第 2 部分,我们将深入探讨确保**智能合约安全与合规**的基本法律和监管考量。本节将讨论关键方面,包括法律审查、管辖权挑战...