Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 407 Bytes

readme.md

File metadata and controls

28 lines (15 loc) · 407 Bytes

Note DApp

A Note DApp on Ethereum

这一个链上记事本 DApp

运行

安装Ganache、 Truffle、 MetaMask

  1. 安装库 npm install

  2. 启动Ganache

  3. 编译部署 truffle migrate

部署到以太坊网络:使用自己的助记词 和 Infura 访问key 配置 truffle.js, 然后:

truffle migrate --network ropsten

  1. 启动 npm run dev

  2. http://localhost:3000 查看效果