找到约 11 条结果

文章 Fomo3D 合约源码浅析

...to pot swap, 1% to air drop pot fees_[2] = F3Ddatasets.TeamFee(56,10); //20% to pot, 10% to aff, 2% to com, 1% to pot swap, 1% to air drop pot fees_[3] = F3Ddatasets.TeamFee(43,8); //35% to pot, 10% to aff, 2% to com, 1% to pot swap, 1% to air drop pot // how to split up the final pot ba...

文章 Solana中 PDA、ATA 与 普通Account 的区别与关系

... 2. 对公钥进行 Keccak-256 哈希 3. 取哈希值的最后 160 位(20 字节)作为地址 4. 将地址以 `0x` 开头,并根据需要选择是否使用 EIP-55 格式 > 地址中通常是小写字母,但也有大写字母的变种,称为 **EIP-55** 格式。在 EIP-55 中,...

文章 工作的未来

![](https://img.learnblockchain.cn/2025/03/08/1SazQZOoab1fzzst_k7dvyA.png) 你今天想通过什么方式赚钱? > “你可能某天会为一个协议工作。” 这是我在我的加密经济课程结束时对学生说的最后几句话。当我在2017年开始教授这门课程时,...

文章 用 Elixir 交互 Aptos | Move dApp 极速入门(拾捌)

...通过私钥来生成: ``` {:ok, acct} = Aptos.generate_keys("0xffc207d0666ca82eac4e2238d0cf15f963a03ec6a9daa617dc035b7228de1f28") ``` 创建连接节点的 `client`: ``` {:ok, client} = Aptos.connect(:testnet) ``` 给账户注入一些 `faucet`: ``` Aptos.get_faucet(clie...

文章 路印3.0:使用零知识证明提升去中心化的交易性能

...想实现以太坊上基于订单撮合的去中心化的交易协议。从2017年,路印从“环路撮合”的最初设计,经过了1.0,2.0以及3.0的三个大的版本的协议升级。1.0/2.0,相对来说,受限以太坊本身性能的限制,交易流程复杂,体验和中心化...

文章 正式验证指南

...; // } } ```` ##### 结果: ![ity1](https://img.learnblockchain.cn/2025/03/30/Sk2nY889T.png) ##### 或这个例子: ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.11; import "lib/solidity_utils/lib.sol"; contract BytecodeVault { // address public owner; //...

文章 Mina 文档 - 使用 Mina 之质押与Snarking

...----------------- Global number of accounts: 372 Block height: 20 Max observed block length: 20 Local uptime: 1m48s Ledger Merkle root: ... Protocol state hash: ... Staged Hash: ... Git SHA-1: ... Configuration directory: ... Peers: 5...

文章 每周以太坊进展 2020/03/24

...时间戳而非区块号来指定升级时间);EIP2542 vs ungas;EIP2046(降低静态调用的 Gas 消耗量);EIP1962(通用的预编译项目)。 * Geth[ v1.9.12](https://github.com/ethereum/go-ethereum/releases/tag/v1.9.12):eth_call 不再是你的第一个账户的默认选项 ...

文章 Eccfrog512ck2:一种增强型512位Weierstrass椭圆曲线

![](https://img.learnblockchain.cn/2025/04/24/1QDXfR9Qv6yrvsvXRIIFuUw.png) ## Eccfrog512ck2:一种增强的 512 位 Weierstrass 椭圆曲线 本文概述了 Víctor Duarte Melo 和我最近一直在做的研究工作。 ### 引言 我进入密码学的道路……我首先爱上了 Diffie-Hell...

文章 无 Gas 费、无需签名、无缝体验

...令人愉快且无摩擦的体验。 ![](https://img.learnblockchain.cn/2025/06/05/194c83pIeWME9sXautMOGoQ.png) 实现无缝游戏体验:深入了解 Pirate Nation 这篇博文将介绍我们构建的系统,以使我们的游戏玩法完全实现:Gasless(无 Gas 费)、Signless(...

文章 我如何使用Solodit赢得比赛

...长为一个更加重要的工具。 ![](https://img.learnblockchain.cn/2025/04/09/F4a490438-29c9-48ca-9d33-ec98ca479d4e_800x600.jpeg) 利用 Solodit 解锁胜利——图片由 Grok 3 生成 ### 巨大的开始 [Solodit](https://solodit.cyfrin.io/) 是我创办的,源于一个简单的...