Web3入门
该项目的目标是为您提供一个带有明确设计思路的模板,以便您启动一个 web3 项目。
贡献
如果您有兴趣为本项目做贡献,请先阅读我们的贡献指南。您可以查看我们现有的问题,或者如果您遇到问题,请创建一个新问题。对于功能请求,请先发起讨论。
入门指南(本地开发)
-
安装依赖项
npm install # or yarn -
启动项目
npm run dev # or yarn dev
请在浏览器中打开http://localhost:3000查看结果。
入门指南(Gitpod)
该项目可以在 Gitpod 中运行。请访问https://gitpod.io/#https://github.com/nickytonline/hello-edge-and-node。如果您希望以外部贡献者的身份将其加载到 Gitpod 中,则需要先 fork 该项目,然后在 Gitpod 中打开该 fork,例如https://gitpod.io/#https://github.com/some_user_that_forked_the_repository/hello-edge-and-node。
- Gitpod 需要一两分钟才能加载完成。
- 如果这是第一次……

