找到约 13 条结果

文章 代币回购和销毁

... [medium.com/guildfi/token...](https://medium.com/guildfi/token-buybacks-and-burn-eec0e395854b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 WeBase超全面安装指南 | 联盟链开发(十三)

...装产生影响: ``` manpath: can't set the locale; make sure $LC_* and $LANG are correct ``` 处理方法如下: ``` sudo locale-gen "en_US.UTF-8" sudo dpkg-reconfigure locales #如果跳转到设置页面,可以选择默认的即可。 sudo vi /etc/default/locale 改为如下...

文章 Block-STM:我们如何在Aptos区块链上每秒执行超过16万笔交易

...-core/tree/main/aptos-move/parallel-executor/src)。 **作者:** [**Alexander Spiegelman**](https://twitter.com/sashaspiegelman) **和** [**Rati Gelashvili**](https://twitter.com/rgelash) **要点:我们设计并实现了一个高效的、多线程的、内存中的并行执行引擎,通过...

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

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

文章 ETH 中继接口

...ta of a transaction. // // This is implemented by DynamicFeeTx, LegacyTx and AccessListTx. type TxData interface { txType() byte // returns the type ID copy() TxData // creates a deep copy and initializes all fields chainID() *big.Int accessList() AccessList data() []byte gas() uint...

文章 开发者如何使用 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...

文章 8款行业领先智能合约审计和安全工具

...使用的工具](https://github.com/shanzson/Smart-Contract-Auditor-Tools-and-Techniques)。我们强烈推荐。 ## 结论 在这份顶级智能合约审计和安全工具清单中,我们看到了八种不同的工具,你不应该错过它们在你的工具箱中的位置! 每种工...

文章 坚持在 SSF 之后每个 slot 8192 个签名:方法和原因 - Proof-of-Stake

...样的数学原理](https://learnblockchain.cn/article/10954#how-is-the-randomness-for-random-sampling-generated)确保了这一点。然而,**他们因这种攻击而受到的惩罚是微不足道的**,因为大多数同意参与攻击的验证者最终没有被看到,因为他们没有被选...

文章 通过 Stride 了解 Interchain staking

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

文章 2024年Web3的状态:去中心化未来的挑战和新兴解决方案

...和互操作性协议**](https://nadcablabs.medium.com/cross-chain-bridges-and-interoperability-protocols-the-future-of-blockchain-connectivity-fd54dc7175fb?ref=blog.web3auth.io) **:** 像 Cosmos、Polkadot 和 Chainlink 的 Cross-Chain Interoperability Protocol (CCIP) 这样的协议正在通过...

问题 手机钱包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...

文章 应用EIP712

....substring(128, 130), 16); // The signature is now comprised of r, s, and v. } ); ``` 请注意,在撰写本文时,MetaMask 和 Cipher Browser 在 method 字段中使用`eth_signTypedData_v3`,以便向后兼容,DApp生态系统就采用这个标准。这些钱包的未来版...

文章 DEFI - CapyFi审计 - Openzeppelin

...概述](#system-overview) - [安全模型和特权角色](#security-model-and-privileged-roles) - [部署](#deployment) - [价格馈送](#price-feed) - [特权角色](#privileged-roles) - [低风险](#low-severity) - [`DEFAULT_ADMIN_ROLE` 对 `ADMIN_ROLE` 和 `WHITELISTED_ROLE` 的无限权...