- Truffle Quick Start Guide
- Nikhil Bhaskar
- 116字
- 2021-06-25 20:47:33
Peeping into the folders
Here are the important folders:
- app: This folder contains the JavaScript, HTML, and CSS files of your decentralized application. Notice how we have a folder for /javascripts and /stylesheets, and a root index.html file.
- contracts: This folder contains the smart contracts for your decentralized application. Notice the Solidity files ConvertLib.sol, MetaCoin.sol, and Migrations.sol.
- migrations: This folder contains the scripts to migrate and deploy our smart contracts properly to various Ethereum blockchains. You will see this in more detail in Chapter 4, Migrating Your Dapp to Ethereum Blockchains.
- tests: This folder contains the files with unit and integration tests. You will see this in more detail in Chapter 6, Testing Your Dapp.
推薦閱讀
- Application Development with Qt Creator(Second Edition)
- SOA用戶指南
- SD-WAN架構與技術(第2版)
- 物聯網安全技術
- OMNeT++與網絡仿真
- Android UI Design
- 網絡綜合布線(第2版)
- 沖擊:5G如何改變世界
- Hands-On Bitcoin Programming with Python
- 現代通信系統(第5版)
- Laravel Application Development Cookbook
- Intelligent Mobile Projects with TensorFlow
- 物聯網M2M開發技術:基于無線CPU-Q26XX
- 5G新型多址技術
- 從實踐中學習Kali Linux網絡掃描