-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable