找到约 12 条结果

文章 用 Python 创建一条 Pow 区块链(上)

...ansactions = [] def new_block(self): # Creates a new Block and adds it to the chain pass def new_transaction(self): # Adds a new transaction to the list of transactions pass @staticmethod def hash(block): # Hashes a Block...

文章 解释区块链中最近的崛起的全同态加密

...新的[多指令多数据](https://community.intel.com/t5/Blogs/Products-and-Solutions/HPC/Intel-Completes-DARPA-DPRIVE-Phase-One-Milestone-for-a-Fully/post/1411021) (MIMD)系统,能够同时管理多个指令和数据集。MIMD 类似于建造一条新的高速公路,而不是使用现有...

文章 Web3开发:用Rust实现Solana SOL转账教程

...ry (application) `send-sol-demo` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* cd send-sol-demo cc ``` ### 查看项目目录结构 ```bash SolanaSandbox/send-sol-demo on  main [?] is 📦 0.1.0 via 🦀 1....

文章 分片常见问题解答

...ike-theres-some-kind-of-scalability-trilemma-at-play-what-is-this-trilemma-and-can-we-break-through-it) * [哪些适度简单但仅部分解决可扩展性问题的方法存在?](#what-are-some-moderately-simple-but-only-partial-ways-of-solving-the-scalability-problem) * [那些不试图“...

文章 Solana 创建cNFT

...developers/courses/state-compression/compressed-nfts#spl-state-compression-and-noop-programs)[](https://solana.com/zh/developers/courses/state-compression/compressed-nfts#spl-state-compression-and-noop-programs) SPL 状态压缩程序的存在是为了使上述过程在整个 Solana 生态系统...

文章 使用 Rust 开发一个微型游戏

... ctx.set(0, self.y, YELLOW, BLACK, to_cp437('@')) } fn gravity_and_move(&mut self) { if self.velocity < 2.0 { self.velocity += 0.2; } self.y += self.velocity as i32; self.x += 1; if self.y < 0 { self.y = 0; ...

文章 Based Rollup的实现方法和结构改进 - Based Rollup系列#2.

...行套利。他们可用的策略如下: **提议者 A** - **wait-and-send:** 一种策略,提议者等待尽可能长的时间提取多区块 MEV,然后在一开始就发送单个回溯交易。 - **instant-send:** 一种策略,提议者认真地在每个区块中中发送回溯...

文章 实现一套 DID 之总体设计 | Move dApp 极速入门(五)

... vehicle, university degrees can be used to assert our level of education, and government-issued passports enable us to travel between countries. This specification provides a mechanism to express these sorts of credentials on the Web in a way that is cryptographically secure, privacy respecting, an...

文章 每周以太坊进展 2023/5/13

... * Coherent[主网数据集](https://coherent.xyz/blog/introducing-free-and-open-source-95-decoded-ethereum-datashares-and-sql-api-by-coherent):CC0,95% 的解码日志/交易/跟踪,通过 Snowflake 或 API 使用 * [PGP 链上密钥服务器](https://ethereum-magicians.org/t/pretty-good...

文章 用 Gill 库解锁 Web3:Solana 代币转账实战

...r solana-raw-tx && cd solana-raw-tx /Users/qiaopengjun/Code/Solana/SolanaSandbox/solana-raw-tx ``` ### 初始化项目 pnpm init 是一个命令,用于在当前目录下初始化一个新的 pnpm 项目。它会创建一个 package.json 文件,这个文件是 Node.js 项目的主要配...

文章 LimeChain x Pixels - 构建Web3游戏质押生态系统

...bsite-files.com/663a011a75c99dd4890549b8/6908864841d25af05a3c27ef_Pixels_Branding%20(1).png) Pixels 的 Logo ![](https://img.learnblockchain.cn/2025/12/04/69088746774ab68203a686c9_Pixels_StyleGuide.webp) Pixels 的风格指南 我们采用了迭代设计流程(Empathize, Define, Ideate...

文章 使用 Concrete ML 构建端到端加密的类 23andMe 基因测试应用程序

...一个挑战是使用全同态加密 (FHE) 创建一个加密版本的 23andMe(或其他 DNA 测试平台)。Github 用户 [Alephzerox](https://github.com/Alephzerox) 和 Github 用户 [Soptq](https://github.com/Soptq) 成功完成了这个赏金,这篇博客文章是基于他们的贡献。...