找到约 15 条结果

文章 Compound 的潜在风险和改进

...s // that is, only when we need to perform liquidity checks // and not whenever we want to check if an account is in a particular market marketToJoin.accountMembership[borrower] = true; accountAssets[borrower].push(cToken); emit MarketEntered(cToken, borrower); re...

文章 现代加密应用程序的钱包

...mg.learnblockchain.cn/2025/06/05/84000421_image.jpg) 来源:[WebAuthn and Passkey, Key Management for Daily Crypto Users](https://learnblockchain.cn/article/16136) 密钥管理层包含三个关键的决策点: 1. **密钥生成**:核心在于,密钥生成方法定义了如何创...

文章 理解加密货币中的代币经济学:初始代币分配的重要性

...资产未来的旅程 目录 [切换](https://blockapps.net/blog/understanding-tokenomics-in-crypto-the-importance-of-initial-token-distribution/#) ## 了解初始代币分配 初始代币分配代表了一个基础阶段,在此阶段,加密项目确定如何将其代币分配给各个利益...

文章 以太坊二层网络Base正凭借优先费用和DEX活动蓬勃发展

...](https://img.learnblockchain.cn/2025/07/25/_Is_Thriving_on_Priority_Fees_and_DEX_Activity.png) ### 介绍 由加密货币交易所 Coinbase 创建的 Base 是收入最高的以太坊 layer-2 (L2),其日收入通常超过所有其他顶级 rollup 的总和。在过去的 180 天里,Base ...

文章 Sei - 重塑Web3的产品形态

.../DjQ9uvey64ca031932bf8.png) ``` Fig,3. comparison between “normal” and “intelligent” ``` ### 交易的并行化 交易并行化是 Solana、Aptos 等 Layer1 常用的提高吞吐量的方式。但交易并行化对于 Sei Network 而言却又另外一层含义。 Sei Network ...

文章 Breez SDK:让闪电网络走进大众应用

...es)](https://www.goodreads.com/quotes/207927-give-me-a-lever-long-enough-and-a-fulcrum-on) 有句名言(应该是他亲口说的):“给我一根足够长的杠杆和一个支点,我就能撬动地球。”纵使世人皆爱的是他言语中的狂放不羁,这句话揭示了一个简单...

文章 03_Cairo1.0中的标量类型(felt,integer,boolean,float)

...心库中包含了这些整型变量: `u8, u16, u32 (usize), u64, u128, and u256`。他们都是用 felt252 实现的,并且自带整数溢出检测,溢出后触发Panic错误。 使用整型字面量时,需要显式指定字面量类型 let x = 2_u8; 但是`2_u256`不可以,...

文章 每周以太坊进展2022/6/11

...太坊共识层客户端: Lighthouse, Lodestar, Nimbus, Prysm, Teku 和Grandine * 个人质押者的[合并升级清单](https://www.coincashew.com/coins/overview-eth/ethereum-merge-upgrade-checklist-for-home-stakers-and-validators) ## EIPs * [EIP5143](https://github.com/ethereum/EIPs/pull/51...

文章 了解银本位质押:如何最大化你的加密货币回报

.../www.globallegalinsights.com/practice-areas/blockchain-cryptocurrency-laws-and-regulations/usa/),美国证券交易委员会(SEC)和商品期货交易委员会(CFTC)积极塑造数字资产投资格局,投资者需要掌握这个领域中的机遇和挑战。传统贵金属投资智慧...

文章 超越代币投票治理

...n-cash-131fdcd2412e) [融资](https://medium.com/bitcoin-abc/ifp-questions-and-answers-94b76dae2503) [提案](https://www.bitcoinabc.org/2020-02-15-miner-fund/)、[Zcash中的基础设施融资投票](https://news.bitcoin.com/zcash-to-distribute-20-of-mining-rewards/),以及更多。 正式化的...

文章 加密货币质押:你需要了解的必要PoS验证者要求

...(https://www.reddit.com/r/CryptoCurrency/comments/qsnu85/still_cant_understand_what_validators_do/),验证者必须: - 验证交易签名 - 确保发送者有足够的余额 - 通过积极参与维护网络安全 - 使用专门的验证软件处理区块 随着主要的加密货币采用 PoS...

文章 DEFI - RelayChain集成LI.FI的SDK

...了多种方式来通过完成任务来获得空投,包括; - [Bridge and Win](https://bridge.relaychain.com/bridgeandwin) 每笔交易都让用户有机会参加每周抽奖 - [Refer a Friend](https://bridge.relaychain.com/referral) 通过使用你唯一的推荐代码进行的每笔成功交易...

文章 构建optimism私链

...rlier. * Replace "BLOCKHASH" with the blockhash you got from the cast command. * Replace TIMESTAMP with the timestamp you got from the cast command. Note that although all the other fields are strings, this field is a number! Don’t include the quotation marks. ``` 6、部署L1合约 - 网络...

文章 你可能对Web3游戏(的看法)是错的

...ndustry.biz/call-of-duty-warzone-stat-tracking-site-shuts-down-after-cease-and-desist-from-activision#:~:text=News-,Call%20of%20Duty%20Warzone%20stat%2Dtracking%20site%20shuts%20down,cease%20and%20desist%20from%20Activision&text=A%20fan%20website%20that%20tracks,Activision%20and%20its%20legal%20repr...

文章 区块链101:理解以太坊存储

...-帕特里夏树*](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/)。 ![](https://img.learnblockchain.cn/attachments/migrate/1734491227170) 什么? ## 找到合适的数据结构 我们需要的是一种允许某种*索引*的结构。默克...