找到约 14 条结果

文章 在Polygon网络上构建应用的全栈开发指南

...。 Polygon[之前称为Matic](https://cointelegraph.com/news/matic-rebrands-to-polygon-in-pursuit-of-polkadot-on-ethereum-strategy),所以你也会看到在提到他们的生态系统的各个部分时,看到**Matic**这个词被交替使用,因为这个名字仍然被用在各个地方,...

文章 使用WebSockets和Solana Web3.js 2.0监控Solana账户

...en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols)。 3. **中止控制器集成**:内置支持使用AbortController进行订阅清理。如果你不熟悉,_AbortController_ 是一个内置的JavaScript类,可以让你中止异步操作,...

文章 Substrate存储数据类型概览

...造成索引的空隙,list长度无限增长,这时可以通过[swap and pop](https://substrate.dev/recipes/storage/enumerated.html#swap-and-pop-for-ordered-lists-a-name--swappopa)的方式来消除这种影响。 ## 链接映射类型 即linked_map,也用于存储键值对,拥有map的...

文章 原始无序 MEV 时代到来

...ereum/9060)》 * Paramdigm 基金合伙人 Charlie Noyes 发表的《[MEV and Me](https://research.paradigm.xyz/MEV)》中也提到“MEV Can Harm Users,MEV Can Harm Ethereum” 如果以太坊想成为支撑整个世界的金融基础平台,那么维持用户资产安全以及交易排序...

文章 NFT的区块链技术进展

...收藏品](https://blockapps.net/blog/highlighting-prominent-nft-artists-and-collections/) - [什么是 NFT 以及它们是如何工作的?](https://blockapps.net/blog/what-are-nfts-and-how-do-they-work/) - [以投资者的身份浏览 NFT 市场](https://blockapps.net/blog/navigating-the-nft-mark...

问题 手机钱包Dapp send发送交易后,后续代码不执行(电脑端没问题)

..."; // This is a simple example of a coin-like contract. // It is not standards compatible and cannot be expected to talk to other // coin/token contracts. If you want to create a standards-compliant // token, see: https://github.com/ConsenSys/Tokens. Cheers! contract MetaCoin { mapping...

文章 Web3 Devops with Azure Devops pipeline

... pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - main pool: vmImage: ubuntu-latest stages: - stage: build jobs: - job: compile_test ...

文章 Stackable L2 — 一种新的区块链扩容方案

... Vitalik 在他的文章 《Deeper dive on cross-L2 reading for wallets and other use cases》中有详细的探讨。Rooch 最早设计的多链结算方案中,也是用类似的技术,L2 嵌入 L1 的轻节点,验证 L1 的区块来获得 L1 的状态根。但这套方案用在 Bitcoin 上...

文章 Nethermind 的 IL-EVM 的操作码实现、测试、代码分析和统计

...five/blob/main/projects/opcode-implementations-test-coverage-code-analysis-and-stats-il-evm-nethermind.md) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Solidity delegatecall 的使用和误区

...文链接: https://medium.com/@jeremythen16/solidity-delegatecall-useage-and-pitfalls-5c37eaa5bd5d > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/peopl...

文章 使用Dune制作dashboard

...es/2335378) ```sql --Query to get Ethereum's unique daily active users and passive users in 2023 SELECT --truncate time to day date_trunc('day', block_time) AS time, --count distinct addresses that sent a transactions COUNT(distinct "from") AS users, --count distinct addresses that...

文章 如何实现MetaMask签名授权后DAPP一键登录功能?

...ype: Sequelize.INTEGER.UNSIGNED, defaultValue: () => Math.floor(Math.random() * 1000000) // Initialize with a random nonce }, publicAddress: { allowNull: false, type: Sequelize.STRING, unique: true, validate: { isLowercase: true } }, username: { type: Sequel...

文章 【二】NOVA 系列之circuit

...备受工业界追捧,该系列专题将逐一拆解它: * [Pederson and Poseidon]() * [R1CS and relaxed R1CS]() * [NIFS](https://learnblockchain.cn/article/5978) * [Circuit]() * [RecursiveSNARK]() * [CompressedSNARK]() 希望通过**详尽且直白的逻辑**能够把NOVA整个框...

文章 验证优先的智能合约钱包 - 魔法师 / 原始汤

...UTH 和 AUTHCALL 操作码](https://ethereum-magicians.org/t/eip-3074-auth-and-authcall-opcodes/4880/90) - [一个更简单的 EIP 3074 替代方案的案例](https://learnblockchain.cn/article/14745/40) - [上海候选:EIP-3074](https://ethereum-magicians.org/t/shanghai-candidate-eip-3074/10781) ...