找到约 12 条结果

文章 从零开始学习zk-SNARK(四)—多项式的约束

... https://arxiv.org/pdf/1906.07221.pdf https://medium.com/@imolfar/why-and-how-zk-snark-works-5-variable-polynomials-3b4e06859e30 https://medium.com/@imolfar/why-and-how-zk-snark-works-6-verifiable-computation-protocol-1aa19f95a5cc 参考文献 [Par+13] — Bryan Parno, Craig Gentry, Jon...

文章 Eth2进展更新 (截至2021/5/22)

...起使用 [Teku 的检查点同步](https://consensys.net/blog/teku/teku-and-infura-team-up-to-make-the-fastest-ethereum-2-0-client-sync/)功能和 Infura 来设置同步,且几乎能马上运行起来。Infura 是可选的——我用另一个 Teku 客户端提供的检查点使用了这个功能...

文章 账户抽象的完整指南

...ng) > 来源:https://medium.com/nethermind-eth/ethereum-wallets-today-and-tomorrow-eip-3074-vs-erc-4337-a7732b81efc8 ### 如果资产被转移到智能合约账户,那么签名者会发生什么? 答案很简单:它需要解耦。我们需要将签名者存储在其他地方。所...

文章 《Effective Rust》方法 1:使用类型系统表达你的数据结构

... expected due to this | help: you can convert an `i32` to an `i16` and panic if the converted value doesn't fit | 14 | let y: i16 = x.try_into().unwrap(); | ++++++++++++++++++++ ``` 这让人感到安心:当程序员进行有风险的操作时,R...

文章 每周以太坊进展,2020-12-13

...什么](https://blog.ethereum.org/2020/12/09/ef-supported-teams-research-and-development-update-2020-pt-2/) * [不受限制的 ERC20 花费授权是有害的](https://kalis.me/unlimited-erc20-allowances/) (完) --- **原文链接:** [https://weekinethereumnews.com/week-in-ethereum-news...

文章 Solana集群和公共 RPC 端点

...g with their applications. * Testnet: Stress-testing for network upgrades and validator performance. **Example use cases**: You may want to debug a new program on Devnet or verify performance metrics on Testnet before Mainnet deployment. ## Devnet  Devnet 是一个供任何想要测...

问题 关于 UniswapV2 官方库 UniswapV2LiquidityMathLibrary 的函数 {computeProfitMaximizingTrade} 的疑问

... using SafeMath for uint256; // computes the direction and magnitude of the profit-maximizing trade function computeProfitMaximizingTrade( uint256 truePriceTokenA, uint256 truePriceTokenB, uint256 reserveA, uint256 rese...

文章 加密货币中的代币经济学:2024年全面 Staking 收益率比较

...cs-in-2024-analyzing-the-impact-of-high-vs-low-interest-rates-on-investors-and-strategies),美联储最近将利率降至 4.25-4.5%,这增强了 staking 相对于传统投资的吸引力。 **实际收益考虑因素** \\* [通货膨胀的影响](https://learnblockchain.cn/article/16330/): ...

文章 比特币多签指南

...文章](https://www.btcstudy.org/2021/10/18/what-is-multi-signature-wallet-and-recommend-choices/),然后再进入下文的实践部分。 ### 选定多签规则(m-n) 在开始创建多签钱包之前,首先需要选择适合您的多签规则(m-n):即多签钱包的私钥总数(...

文章 探秘 Sui 的 Kiosk 模块:Move 代码里的去中心化交易奥秘

...售货亭的各个字段都仔仔细细地初始化好哦。 3. **`close_and_withdraw`函数** 当售货亭完成了它的使命,里面也没有物品了,而且还是未共享的状态时,拿着那把 “钥匙”(`KioskOwnerCap`)的所有者就可以通过这个函数把售货亭关...

文章 模块化区块链的市场机会

...n的Avail[也以类似方式工作](https://blog.polygon.technology/understanding-polygon-avail-modular-blockchains-through-metaphors/)。 使用这样的设计,Rollups不再与L1紧密耦合,因此可以进行升级,也因此是“[主权](https://doseofdefi.substack.com/p/dao-sovereignty-...

文章 探索加密货币中的代币经济学:协议升级投票机制

...激励结构**:[数据显示](https://folksfinance.medium.com/tokenomics-and-governance-tokens-in-defi-protocols-3236ceecace4),实施治理参与奖励机制的协议会获得更高的选民投票率和更积极参与的社区。 ### 建立社区信任 结构良好的代币经济学直接影...