找到约 14 条结果

文章 每周以太坊进展,2020/07/12

...* IPFS 的 [GossipSub v1.1](https://blog.ipfs.io/gossipsubv1.1-eval-report-and-security-audit/) 完整评估(GnossipSub 也将用于 Eth2) ## Layer-2 * [对 zk rollups 工作原理的精炼解释](https://ethresear.ch/t/validating-transactions-with-zk-methods/7654/3) ## 开发者材料 ...

文章 Injective正在开发的有趣的人工智能相关项目

...oming-to-injectives-iagent/) - [https://blog.injective.com/en/io-net-expands-decentralized-compute-platform-to-power-the-future-of-defai-on-injective/](https://blog.injective.com/en/io-net-expands-decentralized-compute-platform-to-power-the-future-of-defai-on-injective/) - [https://blog.inject...

文章 如何利用 RGB 在闪电网络上转移另类资产

... to Bitcoin UTXOs, enabling stablecoins transfers on the Lightning Network and more.](https://res.btcstudy.org/btcstudy/images/how-rgb-enables-altcoins-on-bitcoin/ransfer.png) \- 示例:RGB 资产是如何发行且在不同的 UTXO 控制者之间转移的。文中使用的所有示意图均由...

文章 Web3 新体验:Blink 一键解锁 Monad 未来

...-next npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated @humanwhocodes/config-array...

文章 filecoin技术架构分析六:filecoin源码协议层分析之hello握手协议

...pset函数类型定义 ``` type getTipSetFunc func() types.TipSet ``` - Handler结构体,当连接到其他节点的时候,其一,会发送包含本节点信息的hello 消息给对端节点; 其二, 对端也会回复一个包含对端节点信息的消息体过来。 - host 对应libp2p上...

文章 以太坊安全分析工具Mythril简介与使用

...reum/ethereum sudo apt install solc # Install libssl-dev, python3-dev, and python3-pip sudo apt install libssl-dev python3-dev python3-pip # Install mythril pip3 install mythril myth --version ``` ## 3、docker安装 ``` # Pull the latest release of mythril/myth docker pull mythril/my...

文章 详解 Starknet

...线是 [STARK curve](https://docs.starknet.io/documentation/architecture_and_concepts/Cryptography/stark-curve/)。Starknet 的智能合约编程语言是 [Cairo](https://docs.cairo-lang.org/index.html) 。 #### 1.1. 安装 Command Line(starkli) [starkli](https://github.com/xJonathanLEI/st...

文章 GitHub - RareSkills/零知识谜题

.../zero-knowledge-puzzles#rust) Circom compiler requires rust . For MacOs and Linux users, ``` curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh ``` ### Circom compiler [](https://github.com/RareSkills/zero-knowledge-puzzles#circom-compiler) Clone the circom repository ...

文章 Uniswap V4 兑换功能解析:深入闪电会计与执行代码

...swap V4](https://www.cyfrin.io/blog/uniswap-v4-vs-v3-architectural-changes-and-technical-innovations-with-code-examples),以更好地理解其兑换执行。为了加深我的理解,我分析了驱动兑换的代码,专注于在 V4 中引入的新“闪电会计”模型:如何使用瞬时...

文章 Proof Of Space算法解析

...ed values computed from previous table ys: Vec, /// Left and right entry positions in a previous table encoded into bits positions: Vec, /// Metadata corresponding to each entry metadatas: Vec, }, } ``` Y,X是u32类型,Position也是u32类型...

文章 全球案例研究:公共部门的区块链倡议

...一项案例研究](https://consensys.io/blockchain-use-cases/government-and-the-public-sector),格鲁吉亚共和国国家公共登记局于 2016 年实施了世界上第一个基于区块链的土地登记系统,从而加快了登记流程并提供了安全透明的所有权证明。 ## 房...

文章 与独裁者共处:变形密码学

.../robust-anamorphic-encryption/blob/main/elgamal.py)}:\ \ ```python import random from Crypto.Cipher import AES from Crypto.Random import get_random_bytes class PublicParams: def __init__(self, p, q, g): self.p = p self.q = q self.g = g class AnamParams: def __init__...

文章 零知识证明 Learn by Coding:libsnark 入门篇

...文。如以下最著名的数篇: - [GGPR13] Quadratic span programs and succinct NIZKs without PCPs , Rosario Gennaro, Craig Gentry, Bryan Parno, Mariana Raykova, EUROCRYPT 2013 - [PGHR13] Pinocchio: Nearly Practical Verifiable Computation , Bryan Parno, Craig Gentry, Jon Howell, Mariana Ray...

文章 Web3系列教程之入门篇---6. Solidity高级指南

...atch?v=ILY3fIbwjk0) ## 索引 - Mappings - Enums - Structs - View and Pure Functions - Function Modifiers - Events - Constructors - Inheritance - Transferring ETH - Calling external contracts - Import statements - Solidity Libraries ## Mappings Soliity 中的映射与其他编...