找到约 10 条结果

文章 ERC721/ERC1155合约开发与合约安全

... import "../IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ interface IERC721Metadata is IERC721 { /** * @dev Returns the token collection name. */ function name() exter...

招聘 Senior C++ Developer

...tributed high-performance computing, storage, virtualization, networking and other infrastructure. 3. Continuous pursuit of higher performance, reliability, ease of use, maintainability. 4. Developing systems that provide easy access to historical market data and trading simulations. 5. Cre...

招聘 C++开发

...ar discipline with a strong academic background Proficiency in C++, C++11 and above, familiar with Python or other scripting languages 5+ years of development experience in financial services or tech firms Familiar with the Linux environment, multithreading, TCP, UDP communication Experience in ...

文章 杂谈:一次性密封

...它相关联的值就不能被改变。 *[Peter Todd — Closed Seal Sets and Truth Lists for Better Privacy and Censorship Resistance](https://petertodd.org/2016/closed-seal-sets-and-truth-lists-for-privacy) 本文开头的图片来自 [Peter Tod 的 SUS 实用例子](https://petertodd.org/2016...

文章 HOH_Move共学_task2

...ion; use coins::coin_a; use sui::coin; use sui::coin::{mint_and_transfer,TreasuryCap}; use sui::transfer::{public_share_object,public_freeze_object}; use sui::tx_context::TxContext; public struct COIN_B has drop{} fun init (witness:COIN_B,ctx:&mut TxContext){ ...

文章 BIP352:静默支付的现在和未来

...52 [\[5\]](https://www.btcstudy.org/2025/03/28/bip-352-silent-payments-now-and-future/#note5),并基于 BIP352 的规范展望静默支付的采用方式。 ## 静默支付的基本概念 为理解静默支付的概念,我们先来回顾 “链上” 比特币(也即以区块链为交易确...

文章 如何在比特币上使用序数和符文API进行构建

...pi?utm_source=internal&utm_campaign=guides&utm_content=build-with-ordinals-and-runes-api) 提供了一种简化的解决方案。 本指南向开发者介绍了 Ordinals 和 Runes 在 Bitcoin 上的功能,并演示了如何利用这些概念来使用 QuickNode 的 [Ordinals 和 Runes API](https:/...

招聘 C++开发 30W~40W Junior-新加坡/上海/远程

...ar discipline with a strong academic background Proficiency in C++, C++11 and above, familiar with Python or other scripting languages 5+ years of development experience in financial services or tech firms Familiar with the Linux environment, multithreading, TCP, UDP communication Experience in ...

文章 sui move动态字段

...结构体 ```rust /// Internal object used for storing the field and value struct Field has key { /// Determined by the hash of the object ID, the field name value and it's type, /// i.e. hash(parent.id || name || Name) id: UID, /// The value for the ...

文章 闪电网络:技术与用户体验(六):只有一种比特币

...tps://www.btcstudy.org/2024/03/04/lightning-network-technology-improvement-and-users-experience-part-6/#note1)。可想而知它有多么强大。 相比于潜水艇互换,通道拼出不会对接受者的钱包提出任何要求,最普通、最常见的钱包软件就可以用来收款。不...