oneclickdapp / oneclickdapp-v1

:zap::wrench::link: :shipit: Instantly build a dApp with a simple URL to bookmark or share with a friend.
http://OneClickdApp.com
MIT License
254 stars 69 forks source link

Feature: Solidity compiler & reading variables #37

Open pi0neerpat opened 6 years ago

pi0neerpat commented 6 years ago

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.