找到约 13 条结果

文章 利用自Web3主权身份(SSI)赋能用户

...的挑战 | HackerNoon”](https://hackernoon.com/self-sovereign-identity-and-the-challenges-facing-its-mass-adoption) SSI驱动的数字身份在[日常生活](https://blockapps.net/blog/use-cases-of-ssi-in-everyday-life/)中提供了许多应用,从而提供了便利、安全和隐私。例如...

文章 什么是NFT,以及它为什么如此受欢迎?- Pintu学院

...务建议。** ### 参考文献 - Ollie Leech, [NFTs: How to Create, Buy and Sell NFTs](https://www.coindesk.com/learn/how-to-create-buy-and-sell-nfts/), Coin Desk, accessed on 1 September 2022. - Ollie Leech, [What Are NFTs and How Do They Work?](https://www.coindesk.com/learn/what-are-nfts-and-h...

文章 理解加密货币中的代币经济学:锁仓计划综合指南

...经济的机制。** 目录 [Toggle](https://blockapps.net/blog/understanding-tokenomics-in-crypto-a-comprehensive-guide-to-vesting-schedules/#) ## 什么是 Tokenomics? 在我们对 vesting schedules 的理解的基础上,让我们更深入地研究 Tokenomics 的更广泛概念。[根据 C...

文章 区块链时代的拜占庭将军们(上)

...的[论文](https://www.microsoft.com/en-us/research/uploads/prod/2016/12/Constructing-Digital-Signatures-from-a-One-Way-Function.pdf)。 对于拜占庭将军问题,他提出的解决方案就是加入签名,而且,他在论文中提出了加入签名之后解决拜占庭将军问题的算...

文章 利用 Valida 通过简洁证明优化以太坊执行引擎

... RISC-V 的 zk-VM 更快的证明的主要原因。 ### **3. 解决 Twist and Shout** [Srinath Setty 和 Justin Thaler 的 Twist and Shout 论文(2025 年)](https://eprint.iacr.org/2025/105.pdf) 引入了一种新颖的内存参数,与同类产品相比,它对内存局部性更敏感。Set...

文章 为什么真随机性在Web3中很重要

...用户的鼠标移动,或[熔岩灯](https://en.wikipedia.org/wiki/Lavarand)。 然而,即使随机数生成过程很难重现,这并不意味着在技术上不可能重现它。如果将多种难以重复的种子生成方法结合起来,则结果可以被认为是相对可靠的,即使...

文章 Protokit:快速入门

...[pnpm](https://pnpm.io/) * [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) ⚠️ ⚠️  您使用的是 Windows 吗?请使用 [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) 运行下面的命令。 ### [克隆入门套件](https://protokit.dev/docs/quickstart#...

文章 如何使用ApeWorX/ape创建一个质押资金池智能合约

...m/chains?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-smart-contracts-with-apeworx)。 请注意,本指南中展示的代码仅供教育用途,并作为开发的起点。它尚未经过彻底测试以用于生产环境。如果你对 Solidity 版本感兴趣,...

文章 Ethernaut 题库闯关 #7 — Force

....15/introduction-to-smart-contracts.html?highlight=selfdestruct#deactivate-and-self-destruct)的部分,你将了解到: 1. 这是从区块链上删除合约代码的唯一方法。 2. 储存在合约地址的剩余以太币被发送给指定的目标接收者 3. 存储和代码(在发...

文章 VirtualsProtocol初探

...rsonalized interactions"] --> |pre-load $VIRTUAL in wallet|r c4["merchandise"] --> r r["rev in $VIRTUAL from users"] --> dev["app developer"] subgraph revenue dev --> rev tax[tax from buy and sell] --> rev end rev --> cost1["cost of AI inference services"] ...

文章 优化技巧

...](#storage-packing) - [使用常量和不可变状态变量](#use-constant-and-immutable-state-vars) - [缓存存储变量](#cache-storage-variables) - [固定大小变量比动态大小变量更便宜](#fixed-size-variables-are-cheaper-than-dynamic-size-variables) - [瞬态存储](#transient-storag...

文章 加密货币质押:权益证明全面解析及入门指南

...s.net/blog/staking-in-crypto-a-comprehensive-explanation-of-proof-of-stake-and-how-to-get-started/#) ## 理解加密货币中的质押 ### 什么是质押? 从核心上讲,[质押涉及投入你的加密货币以支持区块链运营](https://www.reddit.com/r/explainlikeimfive/comments/1bk8tn...

文章 赔付曲线序列化

...[范德蒙矩阵](https://en.wikipedia.org/wiki/Polynomial_interpolation#Constructing_the_interpolation_polynomial)或 另一种替代方案,[除差法](https://en.wikipedia.org/wiki/Newton_polynomial#Divided-Difference_Methods_vs._Lagrange) 。 请注意,虽然以下内容可能看起来很复...