SuperblocksHQ / ethereum-studio

Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
https://ethereum.org/build/
GNU General Public License v3.0
186 stars 103 forks source link

Don't display form inputs in UI unless contract is deployed #207

Closed samajammin closed 4 years ago

samajammin commented 4 years ago

Summary

It's confusing to create a project, e.g. the Coin template & to try to interact with the form inputs in the UI. They don't do anything & there's no error message explaining that the user must first compile & deploy the contract. This could lead to confusion & frustration.

Motivation

Improve UX.

Describe alternatives you've considered

Additional context

nathan-lapinski commented 4 years ago

@samajammin Is this issue related to #228 ? I've opened up a PR for 228 that hopefully addresses the issues that you've mentioned here as well.

samajammin commented 4 years ago

🤔 ya this looks to be a duplicate. I'll close this out in favor of #228.