Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XdpCs authored Nov 8, 2024
1 parent 0989ece commit 714b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 52_EIP712/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contract EIP712Storage {

1.`Remix` 部署 `EIP712Storage` 合约。

2. 运行 `eip712storage.html`根据 MetaMask 的内容安全策略([Content Security Policy](https://github.com/MetaMask/faq/blob/9257d7d52784afa957c12166aff20682cf692ae5/DEVELOPERS.md#requirements-nut_and_bolt))的要求,MetaMask 不能通过打开的本地文件(file:// 协议)与 DApp 通信。 可以使用 Node 静态文件服务器 `http-server` 启动本地服务,在包含 `eip712storage.html` 文件的目录下执行以下命令:
2. 运行 `eip712storage.html`根据浏览器的内容安全策略([Content Security Policy](https://github.com/MetaMask/faq/blob/9257d7d52784afa957c12166aff20682cf692ae5/DEVELOPERS.md#requirements-nut_and_bolt))的要求,MetaMask 不能通过打开的本地文件(file:// 协议)与 DApp 通信。 可以使用 Node 静态文件服务器 `http-server` 启动本地服务,在包含 `eip712storage.html` 文件的目录下执行以下命令:

```sh
npm install -g http-server
Expand Down

0 comments on commit 714b246

Please sign in to comment.