bagels icon indicating copy to clipboard operation
bagels copied to clipboard

bagels: a rapid prototyping tool for solidity

Results 29 bagels issues
Sort by recently updated
recently updated
newest added

This (should) make things more consistent and reduce the bugs we're dealing with

feedback (hi-pri)

See: discord messages on the internet friends server

feedback (hi-pri)

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...

feedback (hi-pri)

Also make a docker image with bagels?

feedback (hi-pri)

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...