找到约 13 条结果

文章 每周以太坊进展 2022/11/19

...20/ERC721) ## 开发者资料 * [Solplot](https://github.com/0xClandestine/solplot#readme):用Solidity绘制图表的 Foundry 插件 * Prettier Solidity [v1.0.0](https://github.com/prettier-solidity/prettier-plugin-solidity/releases/tag/v1.0.0)(用于格式化 Solidity 的 Prettier ...

文章 智能合约常见漏洞:预言机与定价

... 月发现的那样](https://medium.com/tangible/real-usd-depeg-mitigation-and-gameplan-82a49f56f6f9)。 链上赎回主要通过与 DAI 的交换储备进行。 然而,该池只有大约 1200 万美元的 DAI,并且存在大约 5000 万美元的 USDR,因此很明显,如果发生银行挤兑...

文章 NOMY:基于AI和意图驱动的链上运营

...理将在[进一步抽象复杂性](https://www.biconomy.io/post/ai-agents-and-the-emerging-web3-ux) 中发挥重要作用,简化用户将来与 web3 的互动方式,将其提升到一个新水平。 ‍ ![image.png](https://img.learnblockchain.cn/attachments/2025/03/VkYvtFSk67db7aa8b10ae...

文章 Kohaku 安全钱包 - 路线图

...从而打破现有的供应商锁定 - **ZK 硬件签名器** (Jubjub / Bandersnatch),允许硬件与现有的隐私协议一起使用 - **消费策略** 帐户策略,对不同的签名者设置消费限制 - **可选的 P2P 交易**,直接通过 p2p 网络广播交易,而无需通过 RPC...

文章 网络安全新纪元:欢迎来到量子稳健云

...zon.com/blogs/security/how-to-create-post-quantum-signatures-using-aws-kms-and-ml-dsa/)): ![](https://img.learnblockchain.cn/2025/06/20/1Wmfk5YBj1ijZJZppYTGWsg.png) 因此,密钥比 ECDSA 和 EdDSA 略大,但仍然相当易于管理。签名大小也合理。 ### 结论 欢迎来...

文章 SSO账户恢复电路审计

...e) - [系统概述](#system-overview) - [SSO、OIDC 和 JWT](#sso-oidc-and-jwts) - [恢复过程的高级描述](#high-level-description-of-the-recovery-process) - [电路逻辑](#circuit-logic) - [安全模型和信任假设](#security-model-and-trust-assumptions) - [中危](#medium-sev...

文章 签名哈希运算平方膨胀问题与隔离见证

...: [https://technicaldifficulties.io/2022/07/22/life-before-segwit-understanding-the-quadratic-sighash-problem/](https://technicaldifficulties.io/2022/07/22/life-before-segwit-understanding-the-quadratic-sighash-problem/)_ 我参加了 Chaincode Lab 的 [比特币协议开发研讨会](https://lea...

文章 比特币是一种思想

...想,比特币就不可能存在。 ![It's a joke, Dan. Now lighten up and subscribe to my newsletter.](https://img.learnblockchain.cn/2025/07/15/history.png) \- 中本聪的贡献在于聚合、提炼和组装这些技术。 - 在比特币之前,人类也发明过多种电子现金系统,...

文章 协调,善与恶

...。在 _[骗子和失信者](https://books.google.com.sg/books/about/Liars_and_Outliers.html?id=lPsbhIUexo0C&redir_esc=y)_ 中,Bruce Schneier 提醒我们,许多“安全系统”(门上的锁、警告标志提醒人们可能的惩罚……)也服务于道德功能,提醒潜在的不当行...

文章 为什么比特币需要限制条款

...hub.com/bitcoin/bips/blob/master/bip-0118.mediawiki?ref=casa-blog)) - Oleg Andreev 提出的“保险柜(Vault)”概念( [博客文章](https://blog.oleganza.com/post/163955782228/how-segwit-makes-security-better?ref=casa-blog)) - Bryan Bishop 提出的“预签名保险柜(Pre-signed Vau...

文章 Sui DeepBook 操作演示

...pient: address, ctx: &mut TxContext, ) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx) } } ``` 接下来`mint`一些`CoinA`给钱包。这一步需要用到`TreasuryCap`,部署合约时生成并转移到创建者账户中。 ## 2. 创建托管账...

文章 BlueWallet在iOS和Android平台上实现了无需配置的闪电支付功能

...步是什么? 你可以使用 [BlueWallet 移动应用程序(iOS 和 Android)](https://bluewallet.io/) 试一试,查看 [LndHub](https://github.com/BlueWallet/LndHub) 或 [BlueWallet](https://github.com/bluewallet/bluewallet) 的代码(两者都是开源的并且是 MIT 许可的),并...

文章 关于Tendermint轻客户端的所有信息

...确认这些不一致性。 在 2018 年 9 月发布的论文 [“Fraud and Data Availability Proofs: Maximising Light Client Security and Scaling Blockchains with Dishonest Majorities”](https://arxiv.org/abs/1809.09044) 中,描述了如何实现“警报”(欺诈证明)来削弱诚实多...