找到约 14 条结果

文章 什么是边玩边赚?含义与示例

...》(Gods Unchained)](https://godsunchained.com/)、[《裂土》(Splinterlands)](https://splinterlands.com/) 等游戏为玩家提供了对其卡牌的明确所有权。 ![比拟示例 - 集换式卡牌游戏](https://img.learnblockchain.cn/2025/07/18/e0b49ce1f094641_6374ffc35ef2cc6289c5865c_game.j...

文章 每周以太坊进展 2023/7/8

...i](https://github.com/softwarecurator/svelte-wagmi#readme):Svelte stores and functions 使用wagmi进行连接和签名 - [Vitest-solidity-coverage](https://twitter.com/wighawag/status/1675803846147178497):用于 Vitest 的solidity-coverage的Hardhat插件。 - Ape [v0.6.12](https://github.com...

文章 如何使用 gear-js SDK

...r) => { console.log(`New block with number: ${header.number.toNumber()} and hash: ${header.hash.toHex()}`) }) ``` ![ce265b02d69c6b3d501560a0623da6a5.png](https://img.learnblockchain.cn/attachments/2022/02/sNWKSEoi620a6a3886f14.png) 具体代码请参考:https://github.com/GearFans/examp...

文章 每周以太坊进展 2023/12/30

...交易所](https://www.coindesk.com/policy/2023/12/29/indias-local-crypto-and-web3-advocacy-body-asked-for-action-against-offshore-entities-source/)并发出责令通知 ## **其他** - [Reddit 用户报告 ](https://www.reddit.com/r/mtgoxinsolvency/comments/18t7vv5/current_status_of_repayment...

文章 Rust实战:博物馆门票限流系统设计与实现

... = "training_code" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.29.1", features = ["sync"] } ``` ### lib.rs ```rust pub mod ticket; ``` ### tick...

文章 Argus:迈向跨游戏之路的论文

...tps://podcasts.apple.com/my/podcast/scott-sunarto-crypto-gaming-argus-labs-and/id1587401478?i=1000620631867)中找到了答案。World Engine 是 Argus 创建的一个内部引擎,以便他们可以创建链上游戏,而不受当今现有技术选择的限制。该基础设施仅公开,以便...

文章 无须许可的模块化DeFi应用引爆下一轮创新

...er、Lyft和AirBnB)都采用了模块化的设计理念。比如,Plaid and Stripe这个金融服务就集成了众多web应用,为用户提供原生支付功能。这极大降低了开发者的工作量,并缩短了上市周期,因为开发者无需从零开始开发法币支付基础架...

文章 Foundry 工具使用的全面指南

...户: ```shell anvil -a Number of dev accounts to generate and configure [default: 10] ``` **设置使用的 EVM 硬分叉版本** ```shell anvil --hardfork ``` **设置节点监听的端口号** ```shell anvil -p, --port ``` 例如,设置为端口8546...

文章 订单流、拍卖和中心化 II - 订单流拍卖

...,请见 [这里](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-ii-order-flow-auctions/284)_ ![OFA as protector meme](https://img.learnblockchain.cn/2025/03/05/OFA-b9f3180c13db11a947de5804252ef84e.png) _注意:我使用“ **提取者**”来指代搜索者和建造...

文章 Pendle Boros AMM 机制

...​​+ fix stream tokens (in notional) ``` ### Time Definitions and AMM Operation - `T` 距离到期的时间,以年为单位。 - `t` (归一化) 距离到期的时间, 1 即开始, 0 即到期, contract 中通常被称为 `timeRatio`。 - `t = T / total duration` AMM 包...

文章 每周以太坊进展2022/5/21

...复 * [Silkworm](https://erigon.substack.com/p/current-status-of-silkworm-and-silkrpc), 用 C++ 实现; 目前实现的所有阶段都比 Erigon 快, Apache 2.0 许可 * [Condrieu Verkle 测试网指南](https://twitter.com/gballet/status/1526488286386069505) ,如何解释区块证明 ## POS(...

文章 从0到1,手把手教你写一个solana_business_card链上程序

...b mod solana_business_card { use super::*; // Our instruction handler! It sets the user's favorite number and color pub fn set_favorites( context: Context, number: u64, color: String, hobbies: Vec, ) -> Result { let user_public_key =...

文章 zkPorter:超越zkRollup的可组合性L2扩展方案

...码](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding) 机制可用于证明验证者的非删除行为。考虑到比特币网络的相对简单和低交易量,zkPorter 分片的验证者甚至可以在其分片内部创建一个运行在中本聪工作量...

文章 在以太坊上安装 “炸弹”

...更多请求,请求该 MPT 节点的每个子节点。 ``` // Create and schedule a request for all the children nodes requests, err := s.children(request, node) if err != nil { return committed, i, err } if len(requests) == 0 && request.deps ==...