找到约 15 条结果

文章 使用 Anchor 和 QuickNode 在 Solana 上创建NFT: 2024 版指南

.../medium.com/@elchuo160/create-your-own-on-chain-nfts-on-solana-with-anchor-and-quicknode-a-step-by-step-guide-2024-c108077013e9 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockcha...

文章 死磕以太坊源码分析之blockChain分析

...o // 通过hash从数据库或缓存中取到一个区块体(transactions and uncles)或RLP数据 func (bc *BlockChain) GetBody(hash common.Hash) *types.Body {} func (bc *BlockChain) GetBodyRLP(hash common.Hash) rlp.RawValue {} ``` ```go // GetBlock 通过hash和number取到区块 func (bc ...

文章 Solidity快速梳理进阶要点

...alue2)`:幂运算 #### 位运算 - `not(x)`:按位取反 - `and(x, y)`:按位与 - `or(x, y)`:按位或 - `xor(x, y)`:按位异或 - `shl(x, y)`:逻辑左移 - `shr(x, y)`:逻辑右移 - `sar(x, y)`:算术右移 #### 比较运算符 - `lt(x, y)`:...

文章 EigenLayer 文档

...rmissionController`](#permissioncontroller) * [角色和参与者](#roles-and-actors) * [常见用户流程](#common-user-flows) * [存入 EigenLayer](#depositing-into-eigenlayer) * [委托给 operator](#delegating-to-an-operator) * [取消委托或排队提款](#undelegating-or-que...

文章 COMP 分配、关键代表、新资产页面

...了[$COMP的经验教训](https://defiweekly.substack.com/p/comp-lessons-and-learnings-651)。 - [The Block报道](https://www.theblockcrypto.com/linked/68369/compound-governance-tokens-begin-its-first-day-of-trading)COMP的首个交易日。 - [Coindesk报道](https://www.coindesk.com/first-m...

文章 SUAVE、Anoma、共享排序器与超级构建者

...50) 这样的 [OFA](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-ii-order-flow-auctions/284),该 OFA 会馈送到 SUAVE 中。OFA 的条件可以编码为你的偏好的一部分。 没有明确的技术区别,但重点是“普通”的不复杂的用户不需要...

文章 基于多轮MEV-Boost的预确认 - Layer 2

...xt%20L1%20proposer%20may%2C%20in%20collaboration%20with%20L1%20searchers%20and%20builders%2C%20permissionlessly%20include%20the%20next%20rollup%20block%20as%20part%20of%20the%20next%20L1%20block) 的,Based Rollup 是指“下一个 L1 提议者可以与 L1 搜索者和构建者合作,无需许...

文章 Symbiotic 能在 Restaking 领域挑战 EigenLayer 吗?

...。这种分离也鼓励用户尽可能多地质押资金。 ### Design and Service Differences(设计和服务差异) Symbiotic 的设计特点是强调开放、模块化和灵活的 DeFi 市场,并具有明确的角色区分。主要功能包括: - **Open(开放):** 支持多...

文章 第四卷:CoinJoin匿名性的交叉攻击

...[衡量匿名性的方向](https://lirias.kuleuven.be/retrieve/333407) 和 Andrei Serjantov 和 George Danezis 的 [匿名性的信息论度量方向](https://bib.mixnetworks.org/pdf/serjantov2002towards.pdf)。这些作品从对手无法比偶然更好地从匿名集中猜出正确用户的假设...

文章 THORChain 连遭三击,黑客会是同一个吗?

...方复盘文章:* *[1] https://medium.com/thorchain/eth-parsing-error-and-exploit-3b343aa6466f* *[2]https://thearchitect.notion.site/THORChain-Incident-07-15-7d205f91924e44a5b6499b6df5f6c210* *[3] https://thearchitect.notion.site/THORChain-Incident-07-22-874a06db7bf8466caf240e1823697e35* ...

文章 Sui Move One Time Witness, Publisher, Object Display

...性,需要用到上面提到的 $\mathit {OTW}$,通过`package::claim_and_keep(otw, ctx)`创建一个 $\mathit {publisher}$ 并将其所有权转移给发布者;如果不着急转移所有权,可以通过`let publisher = package::claim(otw, ctx)`来获得 $\mathit {publisher}$,接下去可...

文章 Solidity 平方乘算法

... 放大。`>> 128` 操作等效于除以 2128。 ```jsx contract SquareAndMultiply { // z7_x 表示 0.7^x uint256 constant z7_1 = 238197656844656909312789480019373064192; uint256 constant z7_2 = 166738359791259825940851714385556537344; uint256 constant z7_4 = 81701796297717...

文章 ​More than Re-entrancy : Revest Finance 被攻击事件分析

...合约完成对用户存入的数字资产的锁定和解锁。 •FNFTHandler : 继承自ERC-1155 token(openzepplin实现) 。每次执行lock操作时,fnftId会进行自增(fnftId 类似于ERC721中的tokenId)。FNFT在被创建时,用户需要指定它的totalSupply。当用户想要提走...

文章 区块链工作原理与基础

.../airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=Blockchain%20Workings%20and%20Fundamentals)你是否有任何反馈或新主题的请求。我们很乐意听取你的意见。 >- 原文链接: [quicknode.com/guides/web...](https://www.quicknode.com/guides/web3-fundamentals-security/how-blockch...

文章 反对过度使用基尼系数

...得多。在这里,看看像[标准差](https://en.wikipedia.org/wiki/Standard_deviation)这样基本的公式: ``` σ=∑i=1nxi2n−(∑i=1nxin)2 ``` 而这是基尼系数: ``` G=2∗∑i=1ni∗xin∗∑i=1nxi−n+1n ``` 其实它相当温和,我保证! 那么,基尼系数有什么...