找到约 14 条结果

文章 你的加密货币质押综合指南:如何为 DOT 提名验证者

...kadot.network/support/solutions/articles/65000168675-what-are-the-benefits-and-risks-of-staking-on-polkadot-),该过程涉及两个关键角色: - **验证者(Validators)**:负责区块生产和网络安全 - **提名者(Nominators)**:用其代币支持验证者的 DOT 持有者 ...

文章 Filecoin - Precommit2计算介绍

...il-proofs/storage-proofs/porep/src/stacked/vanilla/proof.rs中的transform_and_replicate_layers函数。 ## 1 Column Hash计算 Column Hash计算的实现在generate_tree_c函数。具体的实现分为两个版本:CPU和GPU版本。 ``` if settings::SETTINGS.lock().unwrap().use_gpu_co...

文章 集成 EIP 6963 - 给前端开发者的指南

...ider; } ``` [公告](https://eips.ethereum.org/EIPS/eip-6963#announce-and-request-events) > `EIP6963AnnounceProviderEvent` 接口必须是一个 `CustomEvent` 对象,其 `type` 属性包含一个字符串值 `eip6963:announceProvider`,并且其 detail 属性包含一个类型为 `EIP6963...

文章 Mina 文档 - 高级篇 之 区块生产者Sidecar

...P Error 400: Bad Request -- TRACEBACK -- ERROR:root:Sleeping for 30s and trying again ``` 这很可能意味着您将数据发送到了接收管道,而没有在您的Mina节点上配置任何区块生产者密钥-因为您的BP密钥是您的身份,所以我们不能接受节点数据...

文章 Eth2.0-存款过程

来源 | [beaconcha.in](https://kb.beaconcha.in/ethereum-2.0-and-depositing-process) 本文将为您分阶段讲解存款过程。在阅读本文之前,我强烈建议读者先阅读[《Eth2.0密钥》](https://learnblockchain.cn/article/1197)一文,以便更好地理解以太坊2.0的密钥...

文章 通过 Stride 了解 Interchain staking

...名为 oracle 解决方案的第三方服务(Chainlink、Pyth Network、Band Protocol 等)传统上完成了区块链无法单独完成的事情。 但归根结底,依赖第三方服务从链外获取数据是有风险的,而且众所周知,黑客会攻击 oracle 解决方案并[窃取](ht...

文章 ETH2进展更新(截至2020/6/27)

...ttps://cointelegraph.com/news/ethereum-20-the-choice-between-ones-own-node-and-a-staking-service),探索了这两种方式。在下文的“其他资讯”板块中,可获得更多相关信息。 CoinTelegraph的另一篇文章则权衡了Eth2给以太坊生态系统带来的[好处和风险](ht...

文章 Shopify 和 Solana Pay:一步一步的指南(2023)

...接钱包。 请按照屏幕上的指示操作。 ![Connect wallet and pay](https://img.learnblockchain.cn/2025/03/14/67641306_image.png) ### **批准支付** 连接后,验证交易详细信息并在Solana Pay界面中接受请求。 ![Accept Solana Pay transaction](https://img.lear...

文章 从第一原理理解 rollup 经济学

来源 | [barnabe.substack.com](https://barnabe.substack.com/p/understanding-rollup-economics-from?utm_source=url#footnote-anchor-1) > ### 以 L1 经济为基础对资源进行定价 Rollup 是一种令人惊叹的原语。Rollup [将成为以太坊未来扩容的首选方案](https://barnabe....

文章 开发者如何使用 Ceramic 开发 DApp

...器端JS](https://computersciencewiki.org/index.php/Client-side_scripting_and_server-side_scripting)之间的基本差异 - JavaScript包管理 - 对[Webpack](https://webpack.js.org/)有基本了解。 **可选的技能** - [Git](https://git-scm.com/) - 版本控制(如GitHub、GitLab、B...

文章 区块链如何旨在变革选举:安全和可访问的投票

...ps://medium.com/@bloqarl/how-blockchain-aims-to-transform-elections-secure-and-accessible-voting-a227e757c393) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 airdrop hunting(3/3)

...quire(b = a); return c; } /** * @dev Divides two numbers and returns the remainder (unsigned integer modulo), * reverts when dividing by zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { require(b != 0); return a % b; } } contra...

文章 如何使用 Next.js 构建 Solana 投资组合查看器

... 框架。 - [**Helius 的 DAS API**](https://docs.helius.dev/compression-and-das-api/digital-asset-standard-das-api): 一个全面的 API,用于访问 Solana 代币数据。 - [**Vercel**](https://vercel.com/helius): 用于托管 Next.js 应用程序的平台。 - [**Tailwind CSS**](https://ta...

问题 Error: Can not send value to non-payable contract method or constructor

.../ // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md // recommends that there are no checks for the approval double-spend attack // as this should be implemented in user interfaces // ---------------------------------------------------------------------...