Update README.md

This commit is contained in:
黄俊钦 2017-03-11 17:04:51 +08:00 committed by GitHub
parent d8b41162da
commit 15e8b46923

View File

@ -145,11 +145,11 @@ DApp Structure
|___ css/ |___ css/
|___ js/ |___ js/
config/ config/
|___ blockchain.json #environments configuration |___ blockchain.json #rpc and blockchain configuration
|___ contracts.json #contracts configuration |___ contracts.json #ethereum contracts configuration
|___ storage.json #storage configuration |___ storage.json #ipfs configuration
|___ webserver.json #webserver configuration |___ communication.json #whisper/orbit configuration
|___ communication.json #communication configuration |___ webserver.json #dev webserver configuration
test/ test/
|___ #contracts tests |___ #contracts tests
``` ```