找到约 14 条结果

文章 DLC原理解析及其优化思考

> 原文标题:Bitlayer Core Technology: DLC and Its Optimization Considerations > 原文作者: lynndell、mutourend,Bitlayer Research Group ## 1. 引言 Discreet Log Contract (DLC) 是由麻省理工学院的 Tadge Dryja 在 2018 年提出的一套基于预言机的合约执行方案...

文章 区块链经济与共享资源

... [blog.giveth.io/blockchai...](https://blog.giveth.io/blockchain-economies-and-the-commons-cdb67dd1a163) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Try Catch 和 Solidity 抛出错误的所有方式

...soliditylang.org/en/latest/introduction-to-smart-contracts.html#deactivate-and-self-destruct)合约不会导致低级调用返回`false`。 在以下部分中,我们将检查 10 种可能导致低级调用返回 false 的情况,以及它们可能提供的任何返回数据。 然后我们...

文章 稳定币剧本:将数十亿转化为数万亿

...子:[MiCA](https://www.esma.europa.eu/esmas-activities/digital-finance-and-innovation/markets-crypto-assets-regulation-mica)(欧盟)、[PTSR](https://rulebook.centralbank.ae/en/rulebook/payment-token-services-regulation)(阿联酋)、[沙盒](https://www.hkma.gov.hk/eng/news-and-media/insi...

文章 如何列出 ETH 地址中的所有代币

...c () => { await Moralis.start({ apiKey: "YOUR_API_KEY", // ...and any other configuration }); const address = "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"; const chain = EvmChain.ETHEREUM; const response = await Moralis.EvmApi.token.getWalletTokenBalances({ addres...

文章 Cancun(坎昆)网络升级 Meta EIP

.../eip-5920) - [EIP-1153](https://ethereum-magicians.org/t/shanghai-cancun-candidate-eip-1153-transient-storage/10784)![:white_check_mark:](https://img.learnblockchain.cn/2025/04/29/96132844_image.png) - [EIP-2537](https://ethereum-magicians.org/t/eip-2537-bls12-precompile-discussion-thread/4187)![:...

文章 第8节:世界杯竞猜(多签钱包实现)

... s := mload(add(signatures, add(signaturePos, 0x40))) v := and(mload(add(signatures, add(signaturePos, 0x41))), 0xff) } } ``` 6. `encodeTransactionData()`:将交易数据打包并计算哈希,利用了`abi.encode()`和`keccak256()`函数。这个函数可以计...

文章 Securing your ETH staking validator node

... [检查可能存在的冲突](https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers)。 {% endhint %} ```bash Port ``` 验证新的 SSH 配置的语法。 ``` sudo sshd -t ``` 如果语法验证没有错误,请重启 SSH 进程 ``` sudo systemctl restart sshd ``` 验证登录是...

文章 每周以太坊进展,2020-11-29

...已完成,运行时比 wasm 要好,几乎跟 Rust 一样快。 * [Alexandria 状态网络](https://snakecharmers.ethereum.org/alexandria-dev-update-2/):概念验证可以在年底前准备好 * [代码默克尔化基准测试](https://ethereum-magicians.org/t/eip-2926-chunk-based-code-merkle...

文章 Filecoin - Sector状态管理逻辑

...e StateGroup struct { sts *statestore.StateStore hnd StateHandler stateType reflect.Type closing chan struct{} initNotifier sync.Once lk sync.Mutex sms map[datastore.Key]*StateMachine } ``` 其中,sms就是StateMachine的状态数组。StateHandler是StateMa...

文章 如何用 wagmi 构建 React 前端

...de.com/guides/other-chains/polygon/how-to-build-an-nft-gallery-using-react-and-quicknodes-nft-api),了解如何从 NFT API 检索数据并使用 React 创建画廊。 如果你想继续使用 React 进行构建,请查看我们关于 Web3 和 React 的内容[这里](https://learnblockchain.cn/ta...

文章 Maverick:动态流动性提供自动化做市商

...ducing-maverick-protocol-mav-on-binance-launchpool-farm-mav-by-staking-bnb-and-tusd-a28d005ed545464cbb9a3661c26e6b38) 上推出其代币,该平台拥有众多成功项目的优秀列表。通过在 Binance 上发布,他们能够启动初始代币流动性和持有者多样化。 ![](https://i...

文章 【深度知识】10分钟教会你深挖以太坊数据层

...中包含 **以太坊网络中每个账户所对应的键值对** (key and value pair)。 全网络状态字典树中的“键”是一个的160位标识符(以太坊帐户的地址)。 全网络状态字典树中的“值”是通过对以太坊账户的以下详细信息进行编码...

文章 生成 ETH 公私钥与地址 | Rust & Blockchain

...v0.6.3") .about("Generate a wallet for Bitcoin, Ethereum, Monero, and Zcash") .author("Aleo ") .settings(&[ AppSettings::ColoredHelp, AppSettings::DisableHelpSubcommand, AppSettings::DisableVersion, AppSettings::Subcomman...