# 日拱一卒:查看zkSync工具本地配置 **Published by:** [日拱一卒王小楼](https://paragraph.com/@maskpad/) **Published on:** 2023-05-27 **URL:** https://paragraph.com/@maskpad/zksync ## Content 写在前面非常感谢作者开源这个,非常方便查看、管理地址,我这里只是把其中一些步骤详细写出来。作者推特:https://twitter.com/jingluo0Github 地址:https://github.com/wxtsky/MyWalletScan效果图本文档基于 Mac 电脑,因为每人配置不一样,如果出现问题,把错误去问 ChatGPT,基本就知道答案了。打开你喜欢用的终端,切换到你要放置的目录git clone https://github.com/wxtsky/MyWalletScan.git,这步骤,把作者代码拉到本地cd MyWalletScan:切换到工程目录npm install:安装依赖文件。npm run dev:启动服务器打开浏览器,输入,http://localhost:5173/,回车。因为目前使用的是作者的 API Key,所以建议都换成自己的。http://localhost:5173/#/layer点 更换 API KeyUntitled去 https://etherscan.io/login?cmd=last 注册,获得自己的 API Key。然后换成自己的 API Key。其他链类似操作,不赘述。之心 git 命令出错的话,可以先执行 xcode-select --install,安装工具库。提示没有 npm 命令,要安装 nodejs:brew install node检查Node.js是否已经安装:在终端中输入 node -v。如果显示出版本号,那么Node.js已经安装。安装完Node.js后,在终端中输入 npm -v,如果显示出版本号,那么npm已经成功安装并可以使用。zsh: command not found: vite:没改zsh的配置文件,要在zsh配置文件里加上vite的路径。https://nodejs.org/en 安装 nodejshttps://git-scm.com/downloads 安装gitcmd 打开命令行输入命令:git clone https://github.com/wxtsky/MyWalletScan.gitcd MyWalletScan 进入目录npm installnpm run dev 启动打开网站 http://localhost:5173/ 即可查看保存数据 ## Publication Information - [日拱一卒王小楼](https://paragraph.com/@maskpad/): Publication homepage - [All Posts](https://paragraph.com/@maskpad/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@maskpad): Subscribe to updates - [Twitter](https://twitter.com/wang_xiaolou): Follow on Twitter