找到约 14 条结果

文章 理解“加密经济学” | 作者:Josh Stark | L4博客 | Medium

....stackexchange.com/questions/25741/how-can-i-explain-the-concept-of-public-and-private-keys-without-technical-jargo)被用来确保个人安全、独占地控制他们的比特币。[哈希函数](https://medium.com/@ConsenSys/blockchain-underpinnings-hashing-7f4746cbd66b)被用来“链接”比特...

文章 Aragon (ANT) 的经济学

...请[参见此处](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities)[ ](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities). ![ant202004222.PNG](https://img.learnblockchai...

文章 超越Optimistic Rollups:ZK Rollups和zkVMs

![](https://img.learnblockchain.cn/2025/06/09/stic_Rollups_ZK_Rollups_and_zk_V_Ms_e3b4ac5ad4.png) **本系列之前的文章:** [Gelato 的 Avalanche L1 和原生互操作性指南](https://learnblockchain.cn/article/16210?preview=true) [L1 区块链堆栈:Avalanche vs Cosmos](https://learnbl...

文章 当加密货币做市商失去信任时:从盲目信任到机构级审查

...k](https://www.coindesk.com/tech/2025/04/30/inside-movement-s-token-dump-scandal-secret-contracts-shadow-advisors-and-hidden-middlemen) Rentech 不会被吓倒。他们据称成功地将自己伪装成 Web3Port 的子公司,Web3Port 是一家著名的中国做市商,但实际上他们是一家...

文章 怎样开发智能合约中的时间锁

...t, _timestamp)); } // Queue a mint for a given address amount, and timestamp function queueMint( address _to, uint256 _amount, uint256 _timestamp ) public onlyOwner { // Generate the transaction hash bytes32 txnHash = generateTxnHash...

文章 Solana 开发系列 3 - 使用 Anchor 开发程序

...考[这里](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating)。 ### 4. 安装 Anchor 安装 Anchor 推荐使用 avm (Anchor version manager) 来安装,使用 `cargo` 来安装(cargo 是 rust 的包管理工具): ```bash cargo install --git https://githu...

文章 ZKsync 协议预编译实现审计

...[预编译](#precompiles) - [安全模型与信任假设](#security-model-and-trust-assumptions) - [中等严重性](#medium-severity) - [未进行显式边界检查的内存访问](#memory-access-without-explicit-bounds-checks) - [低严重性](#low-severity) - [预编译模块中代码重...

文章 Filecoin - Precommit2计算介绍

...il-proofs/storage-proofs/porep/src/stacked/vanilla/proof.rs中的transform_and_replicate_layers函数。 ## 1 Column Hash计算 Column Hash计算的实现在generate_tree_c函数。具体的实现分为两个版本:CPU和GPU版本。 ``` if settings::SETTINGS.lock().unwrap().use_gpu_co...

文章 (二)基于区块链的自动抽奖系统从0到1实现

...=================================================== [INFO] Generate START and STOP shell scripts. [INFO] Deploy Truora service SUCCESS!! Try [ bash start.sh ] and Enjoy!! [INFO] Start:[ bash start.sh ] [INFO] Stop :[ bash stop.sh ] ``` 如果执行成功后显示 Deploy Truora ser...

文章 加密货币钱包简介及如何确保其安全

...P7O1Uw3ZcUB?prefill_Guide+Name=An%20Introduction%20to%20Crypto%20Wallets%20and%20How%20to%20Keep%20Them%20Secure) 你的反馈或新的主题请求。我们期待你的来信。 >- 原文链接: [quicknode.com/guides/web...](https://www.quicknode.com/guides/web3-fundamentals-security/security/an-...

文章 Mina 文档 - 高级篇 之 区块生产者Sidecar

...P Error 400: Bad Request -- TRACEBACK -- ERROR:root:Sleeping for 30s and trying again ``` 这很可能意味着您将数据发送到了接收管道,而没有在您的Mina节点上配置任何区块生产者密钥-因为您的BP密钥是您的身份,所以我们不能接受节点数据...

文章 Substrate 入门(6) - 交易体

...: ``` /// A extrinsic right from the external world. This is unchecked and so /// can contain a signature. #[derive(PartialEq, Eq, Clone)] pub struct UncheckedExtrinsic where Extra: SignedExtension { /// The signature, address, number of extrinsics have come before from /// t...

文章 Merkle 证明格式

... while pos < len(keys): k = keys[pos] if k in objects and k ^ 1 in objects and k // 2 not in objects: objects[GeneralizedIndex(k // 2)] = hash( objects[GeneralizedIndex((k | 1) ^ 1)] + objects[GeneralizedIndex(k | 1)] )...

文章 DAO 生态简析

...互。”——[*VB*](https://blog.ethereum.org/2014/05/06/daos-dacs-das-and-more-an-incomplete-terminology-guide/?fileGuid=wRDh6Crrqdg3hrQ8) 其中,很多组织并不一定依靠自动化流程运行,而是在很大程度上依赖于一群人类参与者的主观协作。自主性程度取...