找到约 11 条结果

文章 如何在你的移动钱包中查看你的NFT

...ttps://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202) 或 [Android](https://play.google.com/store/apps/details?id=io.metamask&hl=en_US&gl=US) 上免费获取该应用程序。 ### 步骤 1:将你的网络设置为 Ropsten 在应用程序的顶部,点击“钱包”按钮,之...

文章 侦察:再质押和流动性质押(2024年1月)

...尚未建立明确的领跑者。为了更深入的理解,建议参考 [landscape document](https://docs.google.com/document/d/1gtVgo9n2JbnZR-HFYbnsJ9nmPUGt4SYUdPXZdNHeQBY/edit) 和 [comparison table](https://docs.google.com/spreadsheets/d/1tU0_fxjfUihwSVAbKPfRA43TR6WPh1mA-zG8nBsVbUU/edit#gid=0) ...

文章 全面比较:什么是 zk-SNARKs 和 zk-STARKs?

...链接:https://www.cyfrin.io/blog/a-full-comparison-what-are-zk-snarks-and-zk-starks >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain...

文章 比特币地址的类型和钱包的用法

...:SatoshiLabs_ > > _来源: [https://blog.trezor.io/bitcoin-addresses-and-how-to-use-them-35e7312098ff](https://blog.trezor.io/bitcoin-addresses-and-how-to-use-them-35e7312098ff)_ ![1](https://img.learnblockchain.cn/2025/07/13/8f773aee0fc5447a9b00eb71c895bf56.png) 在追求更好的技术时,...

文章 solana_business_card合约解析

...b mod solana_business_card { use super::*; // Our instruction handler! It sets the user's favorite number and color pub fn set_favorites( context: Context, number: u64, color: String, hobbies: Vec, ) -> Result { let user_public_key =...

文章 如何使用JavaScript在TRON上部署智能合约并与之交互

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-deploy-and-interact-with-smart-contracts-on-tron)注册一个帐户。 > 在本指南中,为方便起见,我们将使用 TRON Nile 测试网。 因此,我们将使用公共终结点进行开发。 但是,我们建议在 TRO...

文章 关于证明、区块传播和时机博弈 - 权益证明

...到此分析的代码[这里](https://github.com/nerolation/timing-games-and-economies-of-scale)。_ ## 更多关于这些主题 | 标题 | 作者 | | --- | --- | | [Timing.pics](https://timing.pics/) | DotPics 网站 | | [时序博弈:影响和可能的缓解措施](https://ethresear.ch/t/timin...

问题 Eigenlayer的重质押积分point可以在合约里查到吗

...组 ``` /** * @notice Get all details on the depositor's deposits and corresponding shares * @param depositor The staker of interest, whose deposits this function will fetch * @return (depositor's strategies, shares in these strategies) */ function getDeposits(address ...

文章 OP_RETURN 及近期争论

...中本聪很快 [修复](https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures#CVE-2010-5141),将 OP\_RETURN 结果改为总是失败(false),也就是我们现在看到的“携带数据、不可花费”的基础。 而进一步定义 `OP_RETURN ` 为标准化脚本,从而数...

文章 Dapp 前端工具: Drizzle Store

...reFox extension MetaMask, or dedicated Ethereum browsers, and make sure to connect one of your accounts to the dapp. ); } if (web3.status === "initialized" && Object.keys(accounts).length === 0) ...

文章 从想法到最小可行的 Dapp - Truffle 命令行界面第 1 部分

...fle 导致权限错误。按照[此处](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/#using-a-node-version-manager-to-install-nodejs-and-npm)的说明为您的操作系统下载 Node 版本管理器。 安装 Node.js 后,您可以使用命令 `npm install -g truffle`全局...