© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
链求君
DeFi Degen
让我们尝试创建一个多重签名钱包: 多签钱包功能 提交交易 批准和撤销对待处理交易的批准 在足够多的所有者批准后,任何人都可以执行交易 // SPDX-License-Identifier: MIT pragma solidity ^0.8.13; contract MultiSigWallet { // 存钱 记录 event Deposit(address indexed sender, uint amount, uint balance); // 提...
loinse bekean
Roblox Unblocked is more than just a gaming platform; it's an expansive universe that beckons players to explore the limitless realms of creativity. heardleunlimited.io/roblox-unblocked
王刚
Web developer & designer
大佬你好,关于交易多签,理论上来说是不是仅使用msg.sender来验证签署人身份就够了?但是我又看到其他的一些交易多签的流程,是需要签署人在链下通过钱包创建signature哈希,再把到链上通过ecrecover和keccak256解包出来signature的签署地址进行校验,感觉这样做是否有点多余?或者有什么其他的考虑?
loinse bekean
Roblox Unblocked is more than just a gaming platform; it's an expansive universe that beckons players to explore the limitless realms of creativity. heardleunlimited.io/roblox-unblocked