- Truffle Quick Start Guide
- Nikhil Bhaskar
- 91字
- 2021-06-25 20:47:34
Housekeeping before we write code
We need to delete a few files and folders first. This is because we won't be working with the default Solidity, JavaScript, and HTML files that come with the Truffle starter project. We will be building everything from scratch, so we need to get rid of a few things; that way, you can see how everything works from the ground up.
Delete a few unnecessary files:
- contracts/MetaCoin.sol
- contracts/ConvertLib.sol
Delete all the contents inside the following files, but do not delete the actual files:
- app/javascripts/app.js
- app/stylesheets/app.css
- app/index.html
推薦閱讀
- 通信網(wǎng)絡(luò)基礎(chǔ)與設(shè)備
- 物聯(lián)網(wǎng)標(biāo)準(zhǔn)化指南
- 自動駕駛網(wǎng)絡(luò):自智時代的網(wǎng)絡(luò)架構(gòu)
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- 物聯(lián)網(wǎng)短距離無線通信技術(shù)應(yīng)用與開發(fā)
- Building Django 2.0 Web Applications
- Django 2 by Example
- Learning Swift(Second Edition)
- 物聯(lián)網(wǎng)與智能家居
- 計算機網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 紅藍攻防:構(gòu)建實戰(zhàn)化網(wǎng)絡(luò)安全防御體系
- 5G+區(qū)塊鏈
- Hands-On Microservices with Node.js
- 轉(zhuǎn)化:提升網(wǎng)站流量和轉(zhuǎn)化率的技巧
- Hands-On Bitcoin Programming with Python