找到约 14 条结果

文章 NFT投资中的风险管理

...、你的资产和你的声誉 - 艺术品和收藏品》](https://www.artsandcollections.com/the-legal-side-of-nft-investing-protect-yourself-your-assets-and-your-reputation/) 中强调的那样,参与与 NFT 交易相关的私人纠纷或政府行为可能会带来不必要的关注,并对一...

文章 分析 ERC721A 源码节省Gas优化思路

... // Overflows are incredibly unrealistic. // `balance` and `numberMinted` have a maximum limit of 2**64. // `tokenId` has a maximum limit of 2**256. unchecked { // Updates: // - `address` to the owner. // - `startTimestamp`...

文章 关于如何考虑 Token 薪酬

...takeholders](https://a16zcrypto.com/posts/article/structuring-token-rights-and-avoiding-predatory-deals), and engage distributed communities. And, over the last decade, they’ve also become a way to attract, compensate, and reward talent — from third-party developers and open source contributors ...

文章 SUI CLI最全命令详解5——Keytool之zkLogin类 @SUI Move开发必知必会

...rnblockchain.cn/article/7858) ## 2 zkLogin类 ### 2.1 `zk-login-sign-and-execute-tx `:zkLogin登录、验签、执行接口 #### (1)说明 这个命令行参数感觉没有实际意义,只是用来体验`zkLogin`的整个流程,包括: - 创建`OAuth`授权连接 - ...

文章 区块链与机械时钟的演化

... _作者:Tony Little_ > > _来源: [https://hackernoon.com/blockchains-and-the-evolution-of-mechanical-time-60295326d9c2](https://hackernoon.com/blockchains-and-the-evolution-of-mechanical-time-60295326d9c2)_ ![](https://img.learnblockchain.cn/2025/07/15/for-title.png) > 机械时钟创造了...

文章 Iroh: 轻松建立可靠p2p连接的分布式系统工具包

...来越受到关注,这促使我们投入更多时间。我们团队的 Frando 一直在积极致力于稳定性,正如我们所说。 ### 5\. 你鼓励用户为他们的网络设置自己的中继,但你也非常慷慨地提供你提供的三个公共中继。除了避免速率限制之外...

文章 什么是区块链预言机?

...s/src/v0.8/ChainlinkClient.sol"; 5 6 /** 7 * Request testnet LINK and ETH here: https://faucets.chain.link/ 8 * Find information on LINK Token Contracts and get the latest ETH and LINK faucets here: https://docs.chain.link/docs/link-token-contracts/ 9 */ 10 11 /** 12 * THIS I...

文章 Starknet开发指南:如何使用Cairo实现和测试存储合约

...simple_storage" version = "0.1.0" edition = "2023_11" # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html [dependencies] starknet = "2.8.2" [dev-dependencies] snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag =...

文章 Sui Move 合约升级与权限定制

...x_context::sender(ctx), }); } public entry fun guess_between_zero_and_hundred(count: &mut Count, number: u8, clock: &Clock, ctx: &mut TxContext) { let des_number = ((clock::timestamp_ms(clock) % 11) as u8); if (number == des_number) { send_prize(count.total, number, ctx);...

文章 move入门之基础概念

..."...", subdir = "...", rev = "..." }`. # Revision can be a branch, a tag, and a commit hash. # MyRemotePackage = { git = "https://some.remote/host.git", subdir = "remote/path", rev = "main" } # For local dependencies use `local = path`. Path is relative to the package root # Local = { local = ...

文章 零知识证明:综合资源

...ramming-languages) 5. [库](#libraries) 6. [Layer1 和 Layer2](#layer1-and-layer2) 7. [谜题](#puzzles) 8. [书籍](#books) 10. [论文](#papers) 11. [应用和用例](#application-and-use-cases) 12. [开源项目](#opensource-projects) 13. [工具](#tools) 14. [推文](#tweets) ...

文章 加密货币中的代币经济学:理解代币速度及其影响

...。根据 [MultiCoin Capital](https://multicoin.capital/2017/12/08/understanding-token-velocity/),该指标可以成就或毁掉代币的长期价值主张,影响从价格稳定到效用采用的方方面面。 考虑比特币 4.1% 的速度、以太坊 3.6% 的速度和瑞波币 1.4% 的速度...

文章 椭圆曲线密码学 入门篇

翻译一篇来自 [ANDREA CORBELLINI](https://andrea.corbellini.name/) 经典的密码学文章: 原文:https://andrea.corbellini.name/2015/05/17/elliptic-curve-cryptography-a-gentle-introduction/ 以下是原文翻译: 了解公钥密码学的人可能已经听说过**ECC**、**ECDH*...

文章 克劳斯 安息, Schnorr 签名方案永存

...明** ](https://asecuritysite.com/zero) 和: ``` **EdDSA, Ed25519 and Ed448** ``` [**EdDSA, Ed25519 and Ed448** ](https://asecuritysite.com/eddsa) ### 参考文献 \[1\]. C. P. Schnorr. Efficient signature generation by smart cards(通过智能卡高效生成签名). Journal ...