Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Solidity compiler & reading variables #37

Open
pi0neerpat opened this issue Nov 26, 2018 · 0 comments
Open

Feature: Solidity compiler & reading variables #37

pi0neerpat opened this issue Nov 26, 2018 · 0 comments

Comments

@pi0neerpat
Copy link
Collaborator

Currently, public variables are unreadable without including an explicit view function in the solidity code. This is confusing for users who are familiar with Remix and expect all variables to be seen without adding view functions to their contract.

Proposed feature should allow user the option to paste the solidity code rather than the ABI. If they use the solidity code, then all public variables will also appear "read" functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant