找到约 13 条结果

文章 引介 | Omen:新一代的预测市场

... (完) * * * **原文链接:** [https://blog.gnosis.pm/omen-and-the-next-generation-of-prediction-markets-2e7a2dd604e](https://blog.gnosis.pm/omen-and-the-next-generation-of-prediction-markets-2e7a2dd604e) **作者:** Gnosis **翻译&校对:** 闵敏 & 阿剑 * * *

文章 (三)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...

文章 谨慎日志合约的浅显指南

...本。这就是所谓的 “充值交易”。 ![The transaction inputs and transaction output in a funding transaction.](https://img.learnblockchain.cn/2025/07/15/g.dlc-1.png) \- 图 1\. Alice 和 Bob 的充值交易 - 这个新地址跟他们 _两人_ 的私钥相关联。Alice 和 Bob 两人...

文章 Substrate 部署公开测试网络

...pe EpochChangeTrigger = babe::SameAuthoritiesForever; } ``` 在 construct_runtime 时引入 Babe 模块, ``` Babe: babe::{Module, Call, Storage, Config, Inherent(Timestamp)}, ``` 实现对应的runtime api, ``` impl sp_consensus_babe::BabeApi for Runtime { ...

文章 零知识证明编码入门

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

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

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

课程 BTC 系列公开课

... [课件](https://img.learnblockchain.cn/pdf/2024/Intro-to-cypherpunk-and-bitcoin.pdf) **DAY2: 曾汨 - 自主保管钱包的内核和体验** 钱包技术基础:公私钥、助记词、派生路径 实用钱包知识:单签名&多签名、如何选择比特币钱包 自我保管钱...

文章 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-...

文章 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...