找到约 11 条结果

问题 关于宠物商店Dapp案例实现的问题报错Contract has not been deployed to detected network (network/artifact mismatch)

...cted web3 instance is detected, fall back to Ganache // 优先调用MetaMask提供的web3的实例 App.web3Provider = new Web3.providers.HttpProvider('http://localhost:8545'); } web3 = new Web3(App.web3Provider); return App.initContract(); }, initContract: func...

文章 每周以太坊进展2022/5/14

...耗 * [Thirdweb-deploy](https://blog.thirdweb.com/thirdweb-deploy): 用 MetaMask 或 Gnosis Safe 部署合约 * 用 Blocknative 的[交易预览API](https://www.blocknative.com/blog/simulate-multiple-transactions-with-bundle-preview),用户可以基于区块链的当前状态模拟两个或多...

文章 [Reach教程翻译] 2.9 通过 React 实现游戏网页交互

...识网络帐户及其关联钱包。在以太坊上,标准的钱包是 MetaMask 。如果你想测试教程里的代码,需要先安装并设置 MetaMask 。此外,MetaMask 不支持多个实例账户,所以如果你想在本地测试石头剪刀布!您需要有两个独立的浏览器实...

文章 每周以太坊进展 2021/01/24

...v1.3.3](https://github.com/ChainSafe/web3.js/releases/tag/v1.3.3):解决 Metamask 的服务提供者问题 - Fe(类 python 语言) [v0.1 alpha 版本发布](https://github.com/ethereum/fe/releases/tag/v0.1.0-alpha) - [Truffle-token-test-utils](https://www.npmjs.com/package/truffle-token-test...

文章 使用以太坊登录 —— 提议工作流程

...接访问金融市场。 兼容以太坊的钱包越来越普及,如 MetaMask 每月活跃用户超过 500 万。现在有一个新的方式来为登录 Web2 服务提供直接的身份验证:即使用直接来自用户的 Web3 钱包和 ENS 的消息前面和声明聚合,而不是借助传...

文章 以太坊重要扩容方案: Optimistic Rollup 现状报告(下)

...施的计划。 ## 用户体验 / 验证 大多数项目计划通过 metamask 插件支持 rollup 链上交易,除了发布他们自己的前端接口之外,metamask 插件的基础结构工具已经基本就绪。 如果并非所有用户都需维护正常运行时间和验证所...

文章 Premint 恶意代码注入攻击细节分析

...d4e.png!/scale/60) 那么作为普通用户如何预防?现阶段 MetaMask 对 ERC 721 的 setApprovalForAll 的风险提示,远没有 ERC20 的 Approve 做得好。 ![15.png](https://img.learnblockchain.cn/attachments/2022/07/VKcS55JM62d604fb761aa.png!/scale/60) 即使很...

问题 Error: Transaction has been reverted by the EVM:

...accounts = res }) console.log(window.ethereum) console.log('MetaMask is installed!'); } else { this.$message.error('This is an error message'); } } } ``` 报错:Error: Transaction has been reverted by the EVM: ![image.png](https://img.learnblockchain.cn/atta...

文章 如何空投NFTs - Quicknode

...11489))的中级知识 - 一个可以访问私钥的EVM钱包(例如,MetaMask,Coinbase Wallet) - 已安装的[Node.js](https://nodejs.org/en)(v20+) - 已安装的[Foundry](https://book.getfoundry.sh/getting-started/installation) ### 你将要做什么 - 学习向用户空投代币...

文章 每周以太坊进展2022/4/30

.../web3development/solidity-debugging-intellij) Solidity 调试器插件 * [MetaMask Snaps 教程](https://github.com/Montoya/address-book-snap-tutorial#readme),用于管理 Snap 中的状态并添加 API * [dEth 工具](https://tools.deth.net/):在线单位转换、解码器和编码器 * [Dun...

文章 如何在不花费气体费用的情况下批准代币转移,使用EIP-2612

...用任何类型的非托管钱包(如 [Phantom](https://phantom.app/)、[MetaMask](https://metamask.io/)、[Torus](https://tor.us/))进行本教程,只需确保你有两个私钥。 为了快速开发,我们将在本教程中使用 [Torus](https://tor.us/) 钱包。Torus 是一个支持多...