找到约 13 条结果

文章 每周以太坊进展 2022/10/8

...odule),更改为[语义版本](https://erigon.substack.com/p/big-release-and-renaming-of-erigon) * Nethermind [v1.14.3](https://github.com/NethermindEth/nethermind/releases/tag/1.14.3): 减少错过证明;及即[将到来的新特性](https://twitter.com/m25marek/status/1578057260248465408) ...

文章 如何利用 RGB 在闪电网络上转移另类资产

... to Bitcoin UTXOs, enabling stablecoins transfers on the Lightning Network and more.](https://img.learnblockchain.cn/2025/07/14/ransfer.png) \- 示例:RGB 资产是如何发行且在不同的 UTXO 控制者之间转移的。文中使用的所有示意图均由作者本人绘制。 - 产生 RGB ...

文章 Solidity智能合约中的Gas优化:开发者指南 – ImmuneBytes

...且结果被重复使用,从而节省了 gas。 ### 4\. Loop Efficiency and Iteration Optimization(循环效率和迭代优化) #### Reducing Computational Complexity in Loops(降低循环中的计算复杂度) 循环可能很耗费资源,尤其是在处理大型数组时。通过只...

文章 OP_CHECKSEPARATESIG 和 Actuaries:打造多方的通道工厂

... > > _来源: [https://bitcoinmagazine.com/technical/op-checkseparatesig-and-actuaries-fixing-multiparty-channel-factories](https://bitcoinmagazine.com/technical/op-checkseparatesig-and-actuaries-fixing-multiparty-channel-factories)_ 最近,许多人都开始意识到局限于两方参与的链...

文章 如何在Flow上使用Cadence创建和部署智能合约

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-a-smart-contract-with-cadence-on-flow)。 ![QuickNode 端点](https://img.learnblockchain.cn/2025/10/18/2-f540c4ccfb670c19ba9dd4d3a20355ba.png) ## 设置项目 你需要一个终端模拟器(即,**_终端、...

文章 每周以太坊进展 2020/05/03

...](https://ethresear.ch/t/explorations-into-using-dht-skipgraph-for-chain-and-state-data-retrieval/7337) * [手续费机制变更视频会议备忘录](https://twitter.com/TimBeiko/status/1255874207805837313) * [Vitalik 写的 EIP1559 (手续费机制变更)FAQ](https://notes.ethereum.org/Wjr1S...

文章 创建和签名以太坊交易

...具体来说,在[第一部分](https://medium.com/portis/part-one-understanding-private-keys-311389737fbe),我们知道了密钥就是一个很大的随机数而已,没有别的;而在[第二部分](https://medium.com/portis/part-two-turning-random-numbers-into-an-ethereum-address-3928f56b22...

文章 常见问题解答:以太坊发行量减少 - 权益证明/经济学

...hereum-issuance-reduction/19675#can-stakers-profit-from-a-reduced-issuance-and-what-is-the-relevance-and-impact-of-the-realproportional-yield-37) - [有些用户认为更多的收益更有趣,并且喜欢在他们的 ETH 上获得收益。为什么不倾向于此?](https://ethresear.ch/t/faq-eth...

文章 Across 协议已上线 Solana:快速、廉价且安全的 EVM 桥接

...的秘诀?意图(Intents)。 ![Across Protocol is the battle-tested and trusted crypto bridge.](https://img.learnblockchain.cn/2025/08/21/36873571_image.png) Across Protocol 是经过实战考验且值得信赖的加密跨链桥。 ## 使用意图桥接 EVM 和 SVM Across 现在连接了 S...

文章 金融市场的暗面:揭秘Web3.0中的市场操纵

...高频交易者用来低价积累资产筹码。 **拉高出货(Pump and Dump)** 拉高出货是最古老的市场操纵手段之一,它通过协同买入的方式,人为地抬高资产价格(拉高价格),然后在价格高涨后抛售(抛售出货)。这类行为通常由...

文章 如何在 Solana 上流式传输和解析 PumpSwap 交易

...//github.com/Shyft-to/solana-defi/tree/main/PumpFun/Typescript/grpc-stream-and-parse-pump-fun-amm-transaction-instructions) 找到,请随时克隆并跟随。 ## 初始化 — Yellowstone Client 要使用 gRPC 流式传输 Pumpfun AMM 交易,我们需要两件事:**gRPC 端点**,即你特...

文章 如何使用 Web3 以太坊 JavaScript API

...xpress() const port = 3000 // Add a variable for the API key, address, and chain const MORALIS_API_KEY = "replace_me" const address = "replace_me" const chain = EvmChain.ETHEREUM app.get('/', (req, res) => { res.send('Hello World!') }) // Add this startServer function that initializ...

文章 瞬时存储可能存在的安全和编码错误分析

...https://chainsecurity.com/tstore-low-gas-reentrancy/?ref=calibersec.com) **and** [**here**](https://dev-otion.com/en/entry/what-is-transient-storage-its-applications-and-security-considerations?ref=calibersec.com) **.** * * * ### 资源: [EIP-1153: 瞬态存储操作码](https://learnbloc...