SilentCicero / meteor-dapp-boilerplate

Boilerplate meteor dapp - starting point for meteor dapps using bootstrap
MIT License
137 stars 35 forks source link

Adding and compiling new contract #6

Open ushakrishnan opened 8 years ago

ushakrishnan commented 8 years ago

Thank you for the awesome template! I was able to get it all working and copied the multiply contract to create a new contract. fixing ui was easy. is there an option to compile contract on the site or do I have to use something like truffle?

kvanstee commented 7 years ago

Similarly if I modify multiplyContract.js to include a compile: eth.compile.solidity(source).test nothing seems to happen. Why is this?