找到约 14 条结果

文章 闪电网络盲化路径的工作原理

... [https://voltage.cloud/blog/lightning-network-faq/what-are-blinded-paths-and-how-do-they-work/](https://voltage.cloud/blog/lightning-network-faq/what-are-blinded-paths-and-how-do-they-work/)_ 在闪电网络中,“路径”指付款方经由一组支付通道将一笔付款发送给收款方所...

文章 关于比特币区块大小之争的一些思考

...他们看来,协议的更改(尤其是“[硬分叉](https://www.bitpanda.com/academy/en/lessons/how-do-hard-and-soft-forks-work/)”)应该非常罕见,并且需要协议用户的高度共识。 比特币并不是要与支付处理器竞争——已经有很多支付处理器了。相反...

文章 智能合约的ABI是什么?

...my.com/signup/?a=overviews%252Fwhat-is-an-abi-of-a-smart-contract-examples-and-usage) 📚 目录 * * * - 为什么需要 ABI? - 什么是 ABI? - 如何使用 ABI? - 结论 分享: ![Overview cards background graphic](https://img.learnblockchain.cn/2025/04/16/15302315_image.webp) ## ...

文章 用 Rust 解锁 Web3:以太坊事件解析实战

...0"); } #[tokio::test] async fn test_get_logs_with_address_and_topic() { let client = EthClient::new("https://rpc.mevblocker.io").await.unwrap(); let addresses = vec![Address::from_str("0x5BD63a7ECc13b955C4F57e3F12A64c10263C14c1").unwrap()]; le...

文章 每周以太坊进展 2020-01-05

...二进制默克尔树时的见证数据大小实验](https://medium.com/mandrigin/stateless-ethereum-binary-tries-experiment-b2c035497768) ## Eth2 * [极简 Eth2 元执行环境](https://ethresear.ch/t/an-even-simpler-meta-execution-environment-for-eth/6704) * SigmaPrime 的 [Beacon Fuzz 测...

文章 stark 证明实操 python 实现 04

...用你刚刚实现的函数 `decommit_on_query()` 和 `Channel.receive_random_int` 生成 3 个随机查询并在每个查询上解承诺。 ``` def decommit_fri(channel): for query in range(3): # Get a random index from the verifier and send the corresponding decommitment. ...

文章 使用Python开发DeFi项目

...on development framework for Ethereum Usage: brownie[...] [options] Commands: init Initialize a new brownie project bake Initialize from a brownie-mix template pm Install and manage external packages compile Compile the co...

文章 如何在 Uniswap V4 中构建自定义 Hooks

...变化和改进。[Uniswap v3](https://www.buildbear.io/resources/guides-and-tutorials/uniswapv3) 引入了集中流动性功能,允许流动性提供者选择价格范围,从而获得更高的费用。最新的 [Uniswap v4](https://www.buildbear.io/resources/guides-and-tutorials/uniswapv4) 具...

文章 React版Dapp开发模板(连接钱包、合约调用全流程和一个批量转账工具实战)

...ame); // try to eagerly connect to an injected provider, if it exists and has granted access already const triedEager = useEagerConnect(); // after eagerly trying injected, if the network connect ever isn't active or in an error state, activate itd useEffect(() => { if (triedEag...

文章 如何使用 NFTScan NFT API 在 Avalanche 网络上开发 Web3 应用

...ions contract_address = "0x8927985b358692815e18f2138964679dca5d3b79" # Construct the complete API endpoint URL endpoint = f"{base_url}/transactions/{contract_address}" # Make a GET request response = requests.get(endpoint) # Check the response status code if response.status_code == 200:...

文章 Etherspot周报:AI代理成为最大用户,Gemini推出Passkey钱包,Offchain Labs收购ZeroDev……

...](https://www.gemini.com/es-LA/blog/launching-the-gemini-wallet-a-simple-and-secure-way-to-go-onchain)推出 Gemini 钱包,这是一款自托管智能钱包,为加密用户和开发者提供嵌入式和可移植的灵活性。 与此相辅相成的是 Gemini Onchain™ Dashboard,这是一...

文章 什么是抢跑交易 - 它是如何运作?

...往[Cyfrin Updraft课程](https://updraft.cyfrin.io/courses/security/mev-and-governance/mev-introduction),在那里我们将更深入地讨论什么是MEV和加密抢跑交易,并向你展示如何在智能合约代码库中发现该问题。 ## 什么是加密货币中的MEV? MEV代表...

文章 用于检测变形智能合约的工具

....13/introduction-to-smart-contracts.html?highlight=selfdestruct#deactivate-and-self-destruct) ,这是一种命令,正如其名所示——它会擦除给定合约地址的所有代码和存储。合约中存在自毁代码并不能证明它是变形的;然而,它提供了一个线索,表...

文章 使用 Nodejs、MetaMask 和 OpenSea 来进行 NFT登录

...penSea API。 这是Authenticating users to your web app using metamask and nodejs一文的后续,所有基本的metamask登录代码都在该文章中共享。链接:https://blog.devgenius.io/authenticating-users-to-your-web-app-using-metamask-and-nodejs-e920e45e358 下面是我们想要...