找到约 14 条结果

文章 区块链实战:发行自己的第一款NFT(Non-Fungible Token)数字藏品

...用 rinkeby 。 ## 编译合约 > [https://hardhat.org/guides/shorthand.html](https://hardhat.org/guides/shorthand.html)是一个NPM包,它安装了一个全局可访问的二进制文件,名为hh,运行项目本地安装的hardhat并支持任务的shell自动完成。 为方便开发...

文章 如何在Fantom链上开发并部署智能合约

...61dd2720440c9.jpg) *原文链接:https://blog.chain.link/how-to-build-and-deploy-a-smart-contract-on-the-fantom-blockchain-zh/* 随着多链生态的发展,像Fantom这样的区块链提供了高吞吐量、低交易成本和即时确定性等特性--这对那些希望在大多数Layer-1...

文章 区块链互操作性的完整指南

...息传递 (GMP)](https://www.axelar.network/blog/general-message-passing-and-how-can-it-change-web3) 协议允许区块链开发者在任何连接的链上调用任何功能,增强整个区块链生态系统的互操作性和可组合性。跨链流动性路由器 Squid 使用 GMP 执行最佳的...

文章 深入 Uniswap V4 源码 - Position 库

...lidity /// @notice Returns the State struct of a position, given an owner and position boundaries /// @param self The mapping containing all user positions /// @param owner The address of the position owner /// @param tickLower The lower tick boundary of the position /// @param tickUpper The up...

文章 合并挖矿:Part-1

...in [发动](https://www.reddit.com/r/Bitcoin/comments/o6qwx/lukejr_attacks_and_kills_coiledcoin_altcurrency/) 了一次 51% 攻击,当时该链正跟比特币合并挖矿。这一事件表明,合并挖矿并不是所有区块链的安全灵丹,而且,要让这套机制足够安全,新的...

文章 不基于Gin手撸一个RPC服务

...信息 Description: "An exchange school services with rpc and rest api server", EnableBashCompletion: true, Commands: []*cli.Command{ { Name: "migrate", Flags: flags, Description: "Run database migrati...

文章 跨程序调用和 PDAs——Anchor 上两种强大机制的结合

....to/aseneca/cross-pro...](https://dev.to/aseneca/cross-program-invocations-and-pdas-the-combination-of-two-powerful-mechanism-on-anchor-4b93) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 如何使用 OpenZeppelin Defender 保护你的智能合约

...类似于[Gelato的Web3功能](https://www.buildbear.io/resources/guides-and-tutorials/gelato_tutorial),自动化任务以优化dApp的开发和操作过程。 **对于Web3应用技术团队**:以上所有内容简单实用,易于理解。 **对于CXO(除了CTO)**:你可能只会关心...

文章 合约安全之-变量隐藏安全问题分析

...除任何歧义。 # 4.参考 Smart Contract Weakness Classification and Test Cases中对变量隐藏的解释 [](https://swcregistry.io/docs/SWC-119)[https://swcregistry.io/docs/SWC-119](https://swcregistry.io/docs/SWC-119)

文章 层级化NFT标准诞生:EIP-6150

...下: ```javascript /** * @title ERC-6150 Hierarchical NFTs Token Standard * @dev See https://eips.ethereum.org/EIPS/eip-6150 * Note: the ERC-165 identifier for this interface is 0x897e2c73. */ interface IERC6150 is IERC721, IERC165 { /** * @notice Emitted when `tokenId` tok...

文章 密码学入门:椭圆曲线初步揭秘

...你得到了点_R = P + Q_! 此过程称为_弦切线规则_(chord-and-tangent rule),正是我们寻找的_群运算_。 第一次接触这个概念时,我的反应是"多么奇特的流程"。我不禁自问:_究竟为何需要翻转第三个交点_?深入探究后,只能说...

文章 深入探索Solana交易的底层机制:从PoH到BPF执行

...于 PoS 的更多信息](https://docs.solana.com/cluster/stake-delegation-and-rewards)。 ## **2\. 背后发生了什么?** 一旦验证,交易将移交给 Solana 的处理引擎。此时,Solana 的独特 **基于账户的模型** 就发挥作用了: • **账户作为状态机**...

文章 使用 DNS 来协调比特币支付

... [BOLT12 闪电要约](https://bitcoinmagazine.com/technical/bolt12-lnurl-and-bitcoin-lightning)。 这些记录可以从任何 DNS 服务器、你自己的本地服务器、你的互联网服务商、甚至是谷歌和 Cloudflare 这样的公开服务器上拉取得到。从这个基本角度看...

文章 每周以太坊进展 2022/1/15

.../01/12/celer-inter-chain-message-framework-the-paradigm-shift-for-building-and-using-multi-blockchain-dapps/)上线测试网,单击 UX 发送任意消息并执行指令。 * 采用 Optimism 和 Arbitrum 与侧链的[对比曲线图](https://twitter.com/ethdreamer/status/1480676820026597377)(线...