找到约 13 条结果

文章 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类型...

文章 每周以太坊进展,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) ## 开发者材料 ...

文章 如何利用 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 控制者之间转移的。文中使用的所有示意图均由...

文章 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...

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

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

文章 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 生态系统...

文章 分片常见问题解答

...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) * [那些不试图“...

文章 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...

文章 node.js 爬取合约事件

... let intrologSelectIndexSql = 'select * from introlog where rewordIndex=? and intro=?' let updateSelectIndexSql = 'update introlog set haveTake=? where rewordIndex=? and intro=?' class EthModel { constructor () { this.initWeb3() } async initWeb3 () { this.abi = JSON.parse((fs.r...

文章 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...