- 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.
推薦閱讀
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- 連接未來:從古登堡到谷歌的網絡革命
- CorelDRAW X6 中文版圖形設計實戰從入門到精通
- Proxmox High Availability
- Spring Cloud微服務架構進階
- SD-WAN架構與技術(第2版)
- 通信簡史:從信鴿到6G+
- Spring 5.0 Projects
- Kong網關:入門、實戰與進階
- 5G+區塊鏈
- AIoT應用開發與實踐
- Enterprise ApplicationDevelopment with Ext JSand Spring
- 工業以太網技術:AFDX/TTE網絡原理、接口、互連與安全
- 互聯網視覺設計(全彩慕課版)
- CiviCRM Cookbook