找到约 13 条结果

文章 Chainlink Functions 介绍 & 使用案例

...的 Spotify 流媒体数量达成共识。 ```js const URL = `https://sandbox.api.soundcharts.com/api/v2/artist/${artistId}/streaming/spotify/listeners` const soundchartsResponse = await Functions.makeHttpRequest({ url: URL, // Get a free sandbox API key from https://doc.api.soundchar...

文章 BIP-85:一个备份,无限可能

...你的比特币钱包的备份](https://blog.bitbox.swiss/en/how-to-create-and-secure-your-wallet-backup/),可以说是自主保管中最重要的部分。但随着我们为不同用途而创建钱包,钱包的数量会不断增长,我们就会陷入混乱,因为每一个钱包都需要妥...

文章 WeIdentity 源码分析 | 狗哥解码

... * * weidentity-contract is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. *...

文章 EIP-3074和EIP-7702:账户抽象的新纪元

...听过很多关于[账号抽象](https://www.buildbear.io/resources/guides-and-tutorials/Simplifying_Account_Abstraction)的内容。让我们来探讨一下这个概念如何改善钱包的功能。 ## 理解账号抽象 大多数情况下,账号抽象简单地意味着智能合约能够做...

文章 MEV:定义、差异与减少

...https://medium.com/offchainlabs/five-theses-about-transaction-ordering-mev-and-front-running-5ebf52bc0cbe)是,这些 MEV 直接反映了 MEV 捕获者和普通用户之间的信息不平等。但是,不可能就交易排序方式和所用算法达成完全开放,透明和统一的共识。 ##...

文章 Solana Agave 2.0:如何准备

....cn/article/11196-development/transactions/solana-transaction-propagation-handling-dropped-transactions)。 如果你预计需要经常这样做,考虑构建你自己的 [自定义函数](https://www.quicknode.com/functions?utm_source=internal&utm_campaign=guides&utm_content=how-to-prepare-your-s...

文章 如何挽救卡住的比特币交易:解决方案和建议

... [https://blog.trezor.io/how-to-fix-a-stuck-bitcoin-transaction-solutions-and-tips-rbf-cpfp-explained-4be1800e987c](https://blog.trezor.io/how-to-fix-a-stuck-bitcoin-transaction-solutions-and-tips-rbf-cpfp-explained-4be1800e987c)_ 你发送了一笔比特币,期待它会在几分钟之内进入...

文章 每周以太坊进展 2023/7/22

...encun EIP 的客户团队已为 [devnet 8](https://notes.ethereum.org/@ethpandaops/dencun-devnet-8) 做好准备 - EIP6780(仅在同一 tx 中自毁)边缘情况澄清,某些 L2 使用了 burn 功能 - 讨论给执行层有效载荷中添加父信标块根、从执行 API 中添加 getBl...

文章 Solidity中的事件和监听器:如何实现合约间的通信

... ```javascript const { expect } = require("chai"); describe("Emitter and Listener", function () { let Emitter, Listener, emitter, listener, owner; beforeEach(async function () { Emitter = await ethers.getContractFactory("Emitter"); Listener = await ethers.getContr...

文章 全面理解智能合约升级

...https://docs.openzeppelin.com/upgrades-plugins/proxies#transparent-proxies-and-function-clashes)结合使用,以允许管理员EOA与管理代理合约进行互动(管理员只能管理代理合约交互)。 让通过一个例子看看是怎么工作的。假定代理具有owner() 函数...

文章 手把手教你如何使用Chainlink闹钟在链上发起投票

...约和API连接在一起》](https://blog.chain.link/apis-smart-contracts-and-how-to-connect-them/)一文中提到,ChainlinkClient合约导出一个Chainlink.Request的数据结构,这个数据结构可以根据具体需求变成不同的格式。示例中,我们在数据结构中添加的不...

文章 解读Solidity中的可见性修饰符:从基础知识到优化再到安全性

...-0.7.1-release-announcement/:%7E:text=A%20free%20function%20behaves%20like,and%20in%20this%20case%2C%20msg](https://blog.soliditylang.org/2020/09/02/solidity-0.7.1-release-announcement/:%7E:text=A%20free%20function%20behaves%20like,and%20in%20this%20case%2C%20msg) 3. solidity 中的 [**receive() ...

文章 每周以太坊进展 2020-02-16

... Turbo-geth 尝试 [准无状态初始同步实验](https://medium.com/@mandrigin/semi-stateless-initial-sync-experiment-897cc9c330cb) * [EVM-LLVM alpha 版](https://medium.com/etc-core/announcing-evm-llvm-alpha-release-the-next-level-in-smart-contract-evolution-91a2119bd442)发布,让 LLVM 的...