找到约 12 条结果

文章 SUI CLI最全命令详解3——Keytool之密钥对类 @SUI Move开发必知必会

... sui keytool -h Sui keystore tool Usage: sui keytool [OPTIONS] Commands: update-alias Update an old alias to a new one. If a new alias is not provided, a random one will be generated convert Convert private key in Hex or Base...

文章 [Paper Reading and Code] On Proving Pairings

...y^2 = x^3 + \frac{3}{\beta} $$ where $\beta = u + 9 \in F_{p^2}$ and $u$ is the generator of $F_{p^2}$. - Largest prime factor of $|E(F_p)|$ with 255-bits: $$ r = 21888242871839275222246405745257275088548364400416034343698204186575808495617 $$ - Target (mul...

文章 (四)Let's Move共学,浅分析一下coin库

... use fun sui::pay::join_vec as Coin.join_vec; // Allows calling `.split_and_transfer(amount, recipient, ctx)` on `coin` public use fun sui::pay::split_and_transfer as Coin.split_and_transfer; // Allows calling `.divide_and_keep(n, ctx)` on `coin` public use fun sui::pay::divide_and_keep as C...

文章 zk-SNARK 系列 - #1 SNARK介绍 & 证明媒介

>- 原文链接:https://medium.com/@imolfar/why-and-how-zk-snark-works-1-introduction-the-medium-of-a-proof-d946e931160 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/...

文章 闪电网络深入解读(下):HTLC 与支付路由

...://res.btcstudy.org/btcstudy/images/lightning-network-in-depth-part-2-htlc-and-payment-routing/40e6f854a08f44b4b08211fa99711d87.png) 在[上一篇文章](https://learnblockchain.cn/article/5818)里,我们详细解释了支付通道的运作,以及多种保证支付安全发生的方法。不...

文章 Web3系列教程之新手篇---Level 6:Solidity

... - [全局变量的例子](https://docs.soliditylang.org/en/v0.8.9/units-and-global-variables.html) 变量的范围是由它们被声明的地方定义的,而不是它们的值。将一个局部变量的值设置为全局变量并不能使其成为全局变量,因为它仍然只能在其范...

文章 bond curve

... very large purchases Could lead to slight discrepancies between buying and selling ## Mathematical Intuition The $$√(x1^2 + 2*ETH)$$ formula creates a curve that closely mimics the ideal exponential curve As ETH increases, the new supply increases, but at a decreasing rate, reflecting...

文章 杂谈:一次性密封

...它相关联的值就不能被改变。 *[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...

文章 如何使用 NFTScan NFT API 在 Gnosis 网络上开发 Web3 应用

...m_value" } # Enter your NFTScan API key api_key = "YOUR_API_KEY" # Construct the request headers headers = { "Accept": "application/json", "Authorization": f"Api-Key {api_key}" } # Send the GET request response = requests.get(base_url + endpoint, headers=headers, params=param...