use truffle

This commit is contained in:
Manuel Araoz
2016-08-05 14:37:06 -03:00
parent 0ceb955187
commit 50a290e10a
9 changed files with 137 additions and 0 deletions

16
truffle.js Normal file
View File

@ -0,0 +1,16 @@
module.exports = {
build: {
"index.html": "index.html",
"app.js": [
"javascripts/app.js"
],
"app.css": [
"stylesheets/app.css"
],
"images/": "images/"
},
rpc: {
host: "localhost",
port: 8545
}
};