找到约 14 条结果

文章 Optimistic Rollup 极简解释

...迟状态执行](https://ethresear.ch/t/delayed-state-execution-finality-and-cross-chain-operations/987)(我们很快会讲到这点!)。 这些研究的集大成者就是我们如今所知的 Optimistic Rollup。2019 年 6 月,[《最小可行合并共识》](https://ethresear.ch/t/minim...

文章 签名重放攻击

[签名](https://www.codementor.io/@yosriady/signing-and-verifying-ethereum-signatures-vhe8ro3h6) 可用于以太坊交易中,以验证链下执行的计算,从而有助于最大限度地减少链上 gas 费用。签名主要用于代表签名者授权交易,并证明签名者签署了特定...

问题 Uniswap V3 怎么通过lp-NFT tokenId 查询当前可以兑换出多少数量的token0 和token1,uniswapV3的前端移除流动性前是有对应token数量显示的

...ect some changes to a position /// @param params the position details and the change to the position's liquidity to effect /// @return position a storage pointer referencing the position with the given owner and tick range /// @return amount0 the amount of token0 owed to the pool, neg...

文章 Protokit 是什么?

...解决方案](https://www.theblock.co/learn/251458/what-are-the-advantages-and-disadvantages-of-layer-2-scaling-solutions),源自以太坊等流行网络。 L2 解决方案旨在通过将交易转移到链下来解决 L1 网络的可扩展性问题,同时仍然保持 L1 网络的安全保证。 ...

文章 关于区块链的常见误解已被消除

...om/gx/en/industries/assets/pwc-blockchain-opportunity-for-energy-producers-and-consumers.pdf),许可型区块链处理交易的速度比公共区块链快 1000 倍,且能耗显著降低。 ## 误解 4:区块链交易是匿名的 与普遍的看法相反,区块链交易并非完全匿名。...

文章 将中继激励转移到链上:费用中间件、费用补助和预算模块

...布](https://github.com/cosmos/ibc/blob/master/spec/core/ics-004-channel-and-packet-semantics/UPGRADES.md),中间件也可以在现有通道上实施。 ### 2\. 费用补助模块 [费用补助](https://blog.cosmos.network/secret-powers-what-are-the-authz-and-fee-grant-modules-c57d0e808794)是...

文章 Memecoin 机器人、工具和基础设施的艺术与科学:一项综合研究

...xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef](https://medium.com/@0xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef) - [Pepe Analytics: Are you ready?](https://learnblockchain.cn/article/12834) - ...

文章 每周以太坊进展 2021/05/16

...tps://medium.com/coinmonks/1the-importance-of-composable-wallets-for-users-and-developers-accb2aadff49):分析合约服务的组件 ## 应用 * [Balancer V2](https://medium.com/balancer-protocol/the-most-flexible-and-efficient-amm-is-live-meet-balancer-v2-2451a22779b3) 上线,gas 消耗量...

文章 有关于kiosk的学习笔记(sui move)

...现,原理为把listing结构体添加到dynamic_field里面 #### place_and_list 就是place和list一次性实现 #### delist 从列表里面取出,也就是不再出售,但是仍然存储在kiosk里面 ``` df::remove(&mut self.id, Listing { id, is_exclusive: false }); ``` 由这...

问题 部署合约提示Internal JSON-RPC error. { "code": -32000, "message": "execution reverted" }

...ance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github...

文章 比特币与密码朋克的延续

> _作者:Jameson Lopp_ > > _来源: [https://blog.lopp.net/bitcoin-and-the-rise-of-the-cypherpunks/](https://blog.lopp.net/bitcoin-and-the-rise-of-the-cypherpunks/)_ ![1](https://img.learnblockchain.cn/2025/07/15/91545f955a264321aee18927a7683c16.jpg) 从比特币到区块链再到分布式账...

文章 每周以太坊 2024/08/31

...二进制树(binary tree)](https://notes.ethereum.org/@gballet/verkle-and-binary) 作为 Verkle 的替代方案,最后时刻替换相对容易 ## 中心化观察:威胁你的 ETH 价值 * 🚨 [Lido 达到 28.4%](https://dune.com/hildobby/eth2-staking),仍然太接近 [33.3% 阈值...

文章 SUI CLI最全命令详解4——Keytool之单签多签类 @SUI Move开发必知必会

...sting of the Base64 encoded of the BCS serialized transaction bytes itself and its intent. If intent is absent, default will be used ``` #### (2)用法 ```bash Usage: sui keytool sign [OPTIONS] --address --data Options: --address --data --json ...

文章 如何与以太坊智能合约交互?

...t SmartContract= require(“SmartContract”); // Retrieve the JSON ABI and address const SmartContractAbi = SmartContract.abi; const SmartContractAddress = "0x......" // Instantiate an object that "encapsulates" the smart contract const SmartContractObject = new web3.eth.Contract(SmartCont...