找到约 14 条结果

文章 Solidity 中的定点数运算(以 Solady、Solmate 和 ABDK 为例)

...结果。 例如: ![Image 2: Fraction multiplication of 3/4 and 2/3](https://img.learnblockchain.cn/attachments/migrate/1718963979857) 然而,在实际操作中我们可以优化这个计算,因为定点数的分母总是相同的。 现在让我们考虑一组具有共同分...

文章 CUDIS:在 Solana 上普及健康数据的 AI DePIN 智能戒指

...is-smart-ring-collaborates-with-ucla-athletics-to-promote-student-wellness-and-data-ownership-with-ai-blockchain) 和 [WalletConnect](https://x.com/WalletConnect/status/1937889592881070202) 的 [合作伙伴关系](https://thedefiant.io/news/press-releases/cudis-smart-ring-collaborates-with-ucla-ath...

文章 BOLT 12 和 LNURL:谁才是闪电网络的未来?

...hinobi_ > > _来源: [https://bitcoinmagazine.com/technical/bolt12-lnurl-and-bitcoin-lightning](https://bitcoinmagazine.com/technical/bolt12-lnurl-and-bitcoin-lightning)_ BOLT 12 是什么?它将许许多多不同的功能和组件结合起来做成了很多事情 —— 静态二维码、模...

文章 Rust async 编程

...ame = "async_demo" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.28" ``` ### async fn - 异步函数语法: - `async fn do_something() {/* ... */}` - `async f...

文章 每周以太坊进展 2020/09/27

...第一个例子是把 Turbogeth 当作一个代码库](https://github.com/mandrigin/turbo-api-examples/tree/master/cmd/mint) * Tim Beiko 的 [EIP1559 现状](https://hackmd.io/@timbeiko/1559-update-001):实现、模拟、形式化分析、社区意见 * [更多 EIP1559 下的代理人策略模...

文章 Solidity开发者学习Move 语言,需要注意的语法

...account, resource); } } ``` ### 3. 函数和可见性(Function and Visibility) **Solidity**: - Solidity中有四种函数可见性:`public`、`private`、`internal`、`external`。 - 函数可以被合约内部和外部调用,通过不同的可见性修饰符来控制。 **...

问题 BSC链合约开源问题,我把几个源码问题提交的时候遇到这个问题,请问怎么解决(有引用其他几个文件,我都提交了)

Compiler debug log: Error! Unable to generate Contract ByteCode and ABI (General Exception, unable to get compiled [bytecode]) For troubleshooting, you can try compiling your source code with the Remix - Solidity IDE and check for exceptions Compiler Warning(s): ParserError: Source "extensio...

文章 使用 CREATE、CREATE2 和 EXTCODESIZE 操作码的陷阱

作者:Alexander Mazaletskiy - MixBytes 的安全研究员 ![](https://img.learnblockchain.cn/2025/03/09/24.jpg) ## CREATE 和 CREATE2 操作码 如你所知,在 EVM 中有两个操作码用于从另一个智能合约创建和创建2智能合约。这些合约也称为工厂。 每...

文章 以太坊101:学习智能合约

...le/cbc38bf09088426fbefcbe7d42ac679f/v5/truffle:-smart-contract-compilation-and-deployment) 《Truffle: 开始测试你的智能合约》 (https://kauri.io/article/f95f956261494090be1aaa8227464773/v7/truffle:-testing-your-smart-contract) **相关链接及文档** 网站: ht...

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

...ollectionswallet_address = "0x02ac25b565c053bc1e7aa2a1499622512af375f1" # Constructing the complete API endpoint URLendpoint = f"{base_url}/collections/own/{wallet_address}" # Making a GET request to retrieve NFT collections informationresponse = requests.get(endpoint) # Checking the response sta...

文章 运行 v0.7 及更早版本的 Bitcoin Core

...eson Lopp_ > > _来源: [https://blog.lopp.net/running-bitcoin-core-v0-7-and-earlier/](https://blog.lopp.net/running-bitcoin-core-v0-7-and-earlier/)_ ![Running Bitcoin Core v0.7 and Earlier](https://img.learnblockchain.cn/2025/07/14/running-bitcoin.jpg) 本文是我对所有 Bitcoin Core 发行...

文章 加密货币中的代币经济学:如何有效地计算和理解燃烧率

...最赚钱的项目?](https://phemex.com/academy/token-burning-what-is-it-and-how-to-find-the-most-profitable-projects),此过程通过将代币发送到无法访问的钱包地址来创造稀缺性,从而有效地将它们从总供应量中永久移除。 随着币安币 (BNB) 等项目展示...

文章 通过将LokiCode与BuildBear Sandbox集成,提升你的智能合约开发

...025/03/29/1HviO9-2dgWAL2CeQn19pbw.jpeg) ## 使用 LokiCode 和 BuildBear Sandbox 集成增强智能合约开发 本文最初发表于 BuildBear 网站,链接为 [https://www.buildbear.io/resources/guides-and-tutorials/loki\_Code](https://www.buildbear.io/resources/guides-and-tutorials/loki_Code)...

文章 使用 web3modal SDK实现连接MetaMask 钱包,部署到Vercel

...DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Vercel CLI 34.3.1 ? Log in to Vercel Continue with Email ? Enter your email address: 1131764933@qq.com We sent an email ...