找到约 13 条结果

文章 (三)Let's Move共学,sui move 发币

... of the unsigned transaction data (TransactionData) using base64 encoding, and print out the string . The string can be used to execute transaction with `sui client execute-signed-tx --tx-bytes `. --serialize-signed-transaction Instead of executing the trans...

文章 在Web3中避免加密诈骗,确保你的资金安全:第二部分

...这里 Patrick 的例子](https://updraft.cyfrin.io/courses/security/mev-and-governance/mev-live),他在与新部署的合约交互时被诈骗直播。 任何一个允许区块构建者在最终区块生产期间识别交易的公共待处理交易池的区块链都有可能受到恶意 MEV ...

文章 零知识证明编码入门

...#:~:text=Compared%20to%20SNARKs%2C%20Bulletproofs%20require,in%20Bitcoin%20and%20other%20cryptocurrencies.)(用于 [Monero]((https://web.getmonero.org/resources/moneropedia/bulletproofs.html)))。它们在生成和验证证明的运行时间以及生成的证明大小或对可信设置的需求...

文章 如果Fabric的智能合约函数陷入死循环会怎么样

... s := "{\"fields\": [\"GoodsName\", \"GoodsCount\"], \"selector\":{ \"$and\": [{\"GoodPrice\":{\"$gte\": 1}}, {\"GoodPrice\":{\"$lte\": 100}}] }}" resultsIterator, err := stub.GetQueryResult(q) defer resultsIterator.Close() if err != nil { return shim.Error(err.Er...

文章 Embark初探:一款强大的DApp开发框架

...h) 和 IPFS。 在 [Geth 安装](https://geth.ethereum.org/docs/install-and-build/installing-geth) 及 [IPFS安装](https://docs.ipfs.io/guides/guides/install/)完之后,通过NPM 安装embark: ``` npm -g install embark ``` 可以通过查看软件版本来来验证安装时候正确...

文章 【引介】 Kite:一个现代化的Solana TypeScript框架

...认交易](https://github.com/helius-labs/kite?tab=readme-ov-file#signsendandconfirmtransaction---sign-send-and-confirm-a-transaction) — 在一个步骤中执行。获取交易的指令,创建交易,获取最近的区块哈希,签名交易内的信息并发送。 - [发送和确认交易](h...

文章 科赫尔的时间攻击:从理论到实践的旅程

...将需要数百万次运算。相反,实现通常使用高效的 square-and-multiply 算法,将其减少到大约 log⁡k 次运算。 该算法逐位处理 exponent。对于每一位,它总是对当前底数求平方。但这里有一个关键细节:当当前位为 1 时,它会执行...

文章 Rust 进阶:用 NonNull 裸指针实现高性能双向链表 O(N) 反转实战

...*`Drop` Trait 实现**来安全回收堆内存,完美地证明 **“Fast and Safe”** 在底层编程中是完全可兼得的。 ## 实操 ### 双向链表反转 ```rust /* double linked list reverse */ use std::fmt::{self, Display, Formatter}; use std::ptr::NonNull; use std:...

文章 BlockThreat 安全周报 - 2025年第40周

...础,受到物理攻击](https://arstechnica.com/security/2025/09/intel-and-amd-trusted-enclaves-the-backbone-of-network-security-fall-to-physical-attacks/).** 新的 **[Wiretap Fail](https://wiretap.fail/)** 攻击需要物理访问,但可以完全破坏英特尔 SGX、英特尔 TDX 和 AMD SEV-...

文章 引介 Wrapped Native:Wrapped Ether 的现代替代品

... as function_selector from ethereum.traces where length(input) > 4 and block_time > (NOW() - INTERVAL '774' DAY) and to = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 union all select bytearray_substring(data, 1, 4) as function_selector from ethereum.transactions ...

文章 Defender as Code插件 - OpenZeppelin 文档

... frequency: 1500 paused: false # optional - unencrypted and scoped to the individual action environment-variables: hello: 'world!' action-example-2: 2cbc3f58-d962-4be8-a158-1035be4b661c policies: policy-1: gas-price-cap: 1000 whitelist-receiver...

文章 solidity 内联汇编

...| 如果 x == 0 为 1,否则为 0 | | and(x, y) | | F | x 和 y 的按位与 | | or(x, y) | | F | x 和 y 的按位或 ...

文章 ERC721非同质化资产配置Metadata及部署

...le. You should consider upgrading via the 'pip install --upgrade pip' command. ``` > pip3 install Pillow 【成功结果输出】 ``` [root@iZ23prr3ucfZ metadata-api]## pip3 install Pillow Collecting Pillow Downloading https://files.pythonhosted.org/packages/85/5e/e91792f198bbc5a0d...