bagels
bagels copied to clipboard
bagels: a rapid prototyping tool for solidity
This (should) make things more consistent and reduce the bugs we're dealing with
See: discord messages on the internet friends server
The new switch to ganache doesn't seem to expose the network at 8545 like expected. This is a problem b/c you can't use the same local network that bagels is...
I think it's because startServer.js is constantly restarting and opening a new ganache instance. One idea to fix this is to create a `spawnGanache.js` file, and use that the same...
RIght now we use wei in some places (payable functions, function outputs), but it's not consistent everywhere. We should show amounts in ETH, and have a little button to convert...