找到约 13 条结果

文章 什么是即时加密货币交易所,以及它们为何会成为洗钱的热点?

...) > 本文总结了 ACM SIGMETRICS 2025 接受的论文 “Towards Understanding and Analyzing Instant Cryptocurrency Exchanges” 中的主要发现。 加密货币的世界在不断发展,不断涌现出旨在提升用户体验的创新服务。其中一项创新是即时加密货币交易所 ...

文章 SUI CLI常用命令解析1——Client @SUI Move开发必知必会

...t for interacting with the Sui network Usage: sui client [OPTIONS] [COMMAND] ``` ## 2 链网络 ### (1)envs:查看所有链网络环境 > List all Sui environments > > 注:本地文件路径:`.sui/sui_config/client.yaml` ```bash $ sui client envs ╭──────...

文章 Atomical协议学习

...)\ 社区的ElectrumX服务端点:[https://docs.atomicals.xyz/reference-and-tools/electrumx-api-and-public-endpoints](https://docs.atomicals.xyz/reference-and-tools/electrumx-api-and-public-endpoints)\ **简介**:\ Atomical是基于UTXO的,比特币网络上的NFT,不需要indexer就可...

文章 以太坊预编译合约

...则 EVM 的解释器会被调用。 ``` // run runs the given contract and takes care of running precompiles with a fallback to the byte code interpreter. func run(evm *EVM, contract *Contract, input []byte, readOnly bool) ([]byte, error) { if contract.CodeAddr != nil { precompiles :...

文章 通过更快的承诺来增强Lasso+Jolt

...问答](https://a16zcrypto.com/posts/article/a-technical-faq-on-lasso-jolt-and-recent-advancements-in-snark-design/),回答了在讨论这些工作时遇到的问题。) ## 通过Lasso为Circuit-SAT提供更好的SNARK Jolt可以被视为将Lasso应用于虚拟机执行的一种方式,...

文章 点支付合约简介,Part-1:取代 HTLC

...使用简单的 Schnorr 聚合签名即可实现,办法是使用 partial and adaptor 签名 \[ [2](https://www.btcstudy.org/2021/10/26/payment-points-part-1-replacing-HTLC/#note)\] (Taproot 可以用于时间锁),所以闪电网络通道可以由小而简单的输出组成,在单方面关...

文章 solana质押

...firmed"); // Get all validators, categorized by current (i.e. active) and deliquent (i.e. inactive) const { current, delinquent } = await connection.getVoteAccounts(); console.log("current validators: ", current); console.log("all validators: ", current.concat(delinquent)); })(); ```...

文章 保护你的比特币遗产:基础原理

...: [https://www.unchained.com/blog/preserving-your-bitcoin-legacy-estate-and-inheritance-planning-basics](https://www.unchained.com/blog/preserving-your-bitcoin-legacy-estate-and-inheritance-planning-basics)_ 遗产规划是你的比特币旅途的重要部分,而且需要远见和计划,来...

文章 每周以太坊进展 2021/05/30

...](https://medium.com/chainsafe-systems/lodestars-recent-progress-metrics-and-other-oddities-49c6e646e421):轻客户端的原型、解决内存耗尽问题,比起网络的平均水平,收益可高出 50% ~ 75% - [以太坊 PoS 的 Simple Serialize (SSZ) 编码方法手册](https://www.ssz.de...

文章 什么是公有链?内部运作和益处

...equired to run a node, synchronize it with all of the blockchain’s data, and become part of the system. All nodes in such type of network have equal rights to perform operations. ``` 但使加密网络真正无需许可的是,任何人都可以下载运行节点所需的软件,将其与区块...

文章 🔐 无需中间人的信任:数字服务的链上声誉

...或贡献代码: [**GitHub - alexsanya/reputation-ledger: Transparent and immutable ledger of business transactions on…** \\ \\ **Transparent and immutable ledger of business transactions on Solana blockchain - alexsanya/reputation-ledger**\\ \\ github.com](https://github.com/alexsanya/reputati...

文章 宣布 sec3 Premium:Solana 智能合约的自动审计工具

...法操作可能导致溢出 | [示例](https://medium.com/coinmonks/understanding-arithmetic-overflow-underflows-in-rust-and-solana-smart-contracts-9f3c9802dc45) | | **SVE1004** | IntegerUnderflow | 减法操作可能导致下溢 | [示例](https://medium.com/coinmonks/understanding-arithmetic-over...

文章 编写第一个 Anchor 程序 - 第 2 部分

...合约——它们是处理信息和请求的引擎:从代币转移和 Candy Machine 铸造到“你好,世界”日志和 DeFi 保管治理。Solana 支持使用 Rust、C 和 C++ 编程语言编写链上程序。[Anchor](https://www.anchor-lang.com/) 是一个加速在 Solana 上构建安全 Ru...