找到约 13 条结果

文章 首个可互操作、可组合的链抽象会话密钥模块

...tf/the-...](https://blog.rhinestone.wtf/the-first-interoperable-composable-and-chain-abstracted-session-key-module-1f786ac468a3) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Lido 详解 #1: 历史与架构

... 15,120 ETH,获得了 7000 万 LDO。该投资通过 DAO 投票批准。Andreessen Horowitz 在**2022 年 3 月**向该服务贡献了 7000 万美元。 ETH 是通过 Lido 进行流动质押的首个加密货币。后来,支持 Solana (SOL)、Kusama (KSM)、Polygon (MATIC)和 Polkadot (DOT)...

文章 以低于市场均衡价格出售的替代方案以实现公平(或社区情感,或乐趣)

...tionallyspeakingpodcast.org/257-price-gouging-in-emergencies-raymond-niles-and-amihai-glazer/) 是在讨论(有时还在 [苦苦抱怨](https://www.aei.org/carpe-diem/restaurant-economics-why-dont-popular-ones-raise-prices/))这种不愿意使用拍卖或将价格设定为市场均衡水平的...

文章 Eth2 进展更新 (截至 2021/10/22)

...供应](https://ethresear.ch/t/circulating-supply-equilibrium-for-ethereum-and-minimum-viable-issuance-during-the-proof-of-stake-era/10954?u=benjaminion)可能会是什么样子。根据分析,供应量最终可能会稳定在 2730 万 — 4950 万之间 (少于当前供应量的 1/4 到 1/2),...

文章 Raydium AMM V3 中的 Tick 系统详解

... tick % i32::from(tick_spacing) == 0, ErrorCode::TickAndSpacingNotMatch ); self.tick = tick; Ok(()) } ``` -`update()`: 更新流动性,返回是否发生了初始化状态翻转 ```rust /// Updates a tick and returns true if the tick was ...

文章 区块链预言机问题

...副产品是不断扩大的[数据和 API](https://blog.chain.link/understanding-how-data-and-apis-power-next-generation-economies/) 存储库,这些数据和 API 提供了对世界如何运作的洞察;例如,互联网搜索结果显示了社会上流行的讨论话题,或者物联网传感...

文章 Vitalik:加密货币的难题-五年之后的回顾

...用](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding) 另请参阅较新的[编码Merkle树建议](https://arxiv.org/abs/1910.01247)。 还有其他一些较小的进展,如[通过收据的跨分片通信](https://github.com/ethereum/wiki/wiki/Shardin...

文章 【教程】如何使用Vue.js 开发以太坊DApp

...的[Solidity中文文档](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html) ## 合约部署 在migrations下创建一个部署脚本 2_crowfunding.js , 和[宠物商店DApp](https://learnblockchain.cn/2018/01/12/first-dapp/)类似,内容如下: ``` const crowd =...

文章 compound v2 v3 对比

...re front discount is derived from the collateral asset's liquidationFactor and storeFrontPriceFactor // discount = storeFrontPriceFactor * (1e18 - liquidationFactor) uint256 discountFactor = mulFactor(storeFrontPriceFactor, FACTOR_SCALE - assetInfo.liquidationFactor); uint...

文章 Graph开发和部署

... subgraph repository ✔ Install dependencies with yarn ✔ Generate ABI and schema types with yarn codegen Add another contract? (y/n): Subgraph FriendtechGraph created in FriendtechGraph ``` 第7步如果因为网络原因不能获取合约ABI文件,也可以使用本地文件。 \ ...

文章 FullDAS:使用32MB及以上区块实现大规模可扩展性 - 分片

...https://learnblockchain.cn/article/17161#didas-steering-away-from-uniform-random-sampling-11) 和/或 [LossyDAS](https://learnblockchain.cn/article/17161#lossydas-accept-partial-sampling-9) - 对于每个 ID: - 选择可能托管给定 ID 的候选对等方列表 - 选择这些候选节...

文章 最全的以太坊开发资源指南

...包。集成了Shapeshift支持 * [WallETH](https://walleth.org) - 原生Android以太坊钱包 * [eth-wallet-light](https://github.com/NoahZinsmeister/eth-wallet-light) - 针对移动设备进行了优化的轻量级JS钱包 * [Metamask](https://play.google.com/apps/testing/io.metamask) - 带有...

文章 BIP32 拓展密钥图解

...crypto.stackexchange.com/questions/6523/what-is-the-difference-between-mac-and-hmac) ## 脚注 1. [https://bitcoin.stackexchange.com/questions/36917/hmac-bitcoin-seed-for-bip32/36937#36937](https://bitcoin.stackexchange.com/questions/36917/hmac-bitcoin-seed-for-bip32/36937#36937) [↩](https://www...