Update README.md

This commit is contained in:
黄俊钦 2017-03-11 17:04:51 +08:00 committed by GitHub
parent d8b41162da
commit 15e8b46923
1 changed files with 5 additions and 5 deletions

View File

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