找到约 14 条结果

招聘 区块链开发工程师 解析方向 - 头部区块链公司web3钱包组

...neer (On-chain data) Responsibilities: Responsible for the acquisition and analysis of blockchain data. Responsible for iterative development, deployment of products and online problem solving, performance tuning, etc. Coordinate with other blockchain engineers to understand and implement the ...

文章 同化博格:DAO相邻实体的新型密码法律框架

...索赔都被 “ [经济损失原则](https://www.americanbar.org/groups/construction_industry/publications/under_construction/2021/spring2021/economic_loss_doctrine/)” 排除或严重阻碍,该原则(在冒着一些简化的风险的情况下)指出,在被告与原告之间不存在 “...

文章 Substrate 入门(11)-学习Runtime必备的技能

...用嵌套元素的形式定义,而`on_initialize`的调用顺序即是`construct_runtime!`中模块定义的顺序** 例如`Runtime` 我们在原本的`bin/node/runtime/lib.rs`中可以看到,每个runtime module导出的trait都实现给了`Runtime`类型,但是我们却不知道`Runtim...

文章 探索云计算架构、DevOps、区块链与人工智能

...和实践](https://medium.com/@dave-patten/the-basics-of-devops-principles-and-practices-2e6bb3a4832c) 05. [安全软件开发生命周期 (SSDLC)](https://medium.com/@dave-patten/secure-software-development-lifecycle-ssdlc-8ad9273b395b) 06. [云安全基础](https://medium.com/@dave-patten/cloud-...

文章 NFT与加密货币:找出差异

...何价值损失 [2](https://www.nftically.com/blog/difference-between-nfts-and-cryptocurrency/)。 另一方面,NFT 是非同质的,这意味着每个 NFT 都是唯一的,不能被另一个 NFT 替换 [2](https://www.nftically.com/blog/difference-between-nfts-and-cryptocurrency/)。 每个 NFT...

文章 加密内存池与以太坊路线图:解决方案还是干扰?

...log.shutter.network/author/shutter/) 5 分钟阅读 ![Encrypted Mempools and Ethereum’s Roadmap: Fix or Distraction?](https://img.learnblockchain.cn/2025/09/07/-and-Ethereum---s-Roadmap---Fix-or-Distraction.png) 以太坊的公共 **mempool** 始终是一把双刃剑。 一方面,它反映...

文章 DappReaderV2合约可视化工具2.0版开源啦

... frustrations as well: 1. It is very unfriendly to use tools like Remix and Etherscan.io to handle existing contracts or debug new contracts, and the code needs to be updated and verified frequently. 2. After a long time, you forget where you wrote the contract and need to search through communi...

文章 智能合约语法层面漏洞详解

...t safety problems, but unused variables will lead to increased calculation and unnecessary gas consumption, poor code quality and reduced code readability, so it is necessary to avoid the occurrence of unused variables as much as possible. Solidity中允许使用未使用的变量,它们不会带...

文章 2025/06 ZK技术进展 by ZK Mesh

...5/1061) \| Elizabeth Crites, Jonathan Katz, Chelsea Komlo, Stefano Tessaro and Chenzhi Zhu - [恶意安全协作 zk-SNARKs:不仅仅是表面现象](https://eprint.iacr.org/2025/1026) \| Sanjam Garg, Aarushi Goel, Abhishek Jain, Bhaskar Roberts and Sruthi Sekar - [加速 Sum-Check 证明](ht...

文章 ADR 037:治理拆分投票

...ing options. For example, it could use 70% of its voting power to vote Yes and 30% of its voting power to vote No. 本 ADR 定义了对治理模块的修改,允许 **staker** 将其投票拆分为多个投票选项。例如,可以使用 70% 的投票权投赞成票,使用 30% 的投票权投...

视频 第55期 FlexiDAG:Bridging PoW and DAG in Starcoin's Blockchain

第28期 FlexiDAG:Bridging PoW and DAG in Starcoin's Blockchain, 大纲: Starcoin 1.0 对PoW的增强 FlexiDAG:将PoW与DAG结合 Starcoin FlexiDAG 对 POW 可扩展性和效率的改进 案例研究和应用

招聘 Blockchain Developer

CertiK is hiring a full-stack developer for our blockchain compliance and Web3 incident analysis team. Responsibility: 1. Develop programs to analyze blockchain data to generate insights and recommendations for security teams working on hacks, breaches, and other incidents. 2. Develop API end...

作品 Uniswap v4 Core学习包

...: Architectural Innovations Unveiled Currency Abstraction: Unifying ETH and ERC20 Handling External and Transient Storage: Gas Optimization Gas Optimization: Transient Storage and Assembly Mastering Protocol Fees in Uniswap v4: A Deep Dive Mastering Token Accounting in Uniswap v4 M...

文章 尝试用 Halo2 实现 Tornado Cash

... )?; Ok((left, right)) }, )?; let chip = HashChip::construct(config); let hash_result_cell = chip.hash(layouter.namespace(|| "hasher"), left, right)?; ``` 最重要的部分是最后一行 ``` layouter.constrain_instance(hash_result_cell.cell(), config.instance, 0) ...