Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 672 Bytes

NFTtrading-Platform

使用说明

  1. git clone https://github.com/TTXS123OK/NFTtrading-Platform.git

  2. cd NFTtrading-Platform

  3. truffle compile

  4. build\contracts\NFTtrading.json 替换platform\src\api\NFTtrading.json

  5. 打开ganache,选择quickstart,进入设置 add project 导入 truffle-config.js 点击save and restart

  6. truffle migrate

  7. 打开chrome浏览器,在metamask添加ganache中的虚拟账户

  8. cd platform

  9. npm install bulma

  10. npm install --save web3

  11. npm run serve

  12. 浏览器中打开localhost:8080

  13. 运行成功截图 image-20211105173102289