hexeight / wasabi

A tiny deployment tool for Smart Contracts on Ethereum
MIT License
2 stars 1 forks source link

Improve project structure #3

Open omkarkhair opened 7 years ago

omkarkhair commented 7 years ago

Improve project structure to have build app in root. This would accommodate easier deployments of Dapps.

Sample project structure

.
|── src
|     |── contracts
|     |── config
|── js
|     |── app.js
|── index.html
|── wasabi.js
|── contracts.json

During deployments, .gitignore can be configured to exclude src.

omkarkhair commented 7 years ago

Instead, doing...

.
|── src
|     |── contracts
|     |── config
|── js
|     |── app.js
|     |── wasabi.js
|── index.html
|── contracts.json