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

Be able to view a smart contract and its corresponding interface #10

Closed
jonericcook opened this issue Feb 16, 2018 · 3 comments
Closed

Comments

@jonericcook
Copy link

This is a suggestion on how to improve eostracker. Upon reviewing eostracker I noticed there was no feature that allowed me to view the source code nor the interface for a given smart contract. A reference for how this could look is can be seen below:

View the smart contact's source code:
https://etherscan.io/address/0xd0a6e6c54dbc68db5db3a091b171a77407ff7ccf#code

View the smart contact's interface:
https://etherscan.io/address/0xd0a6e6c54dbc68db5db3a091b171a77407ff7ccf#readContract

@kesar
Copy link
Member

kesar commented Feb 16, 2018

@JonEric Thanks for the suggestion! Right now the only thing that you can see its the ABI ( for example in http://eostracker.io/accounts/eos ). I am working in a ABI to "HTML Form" similar to the second link that you posted :)

The source code could be also a good improvement. I know that in etherscan you need to upload your .sol file and backend should compile it and match it with the code in the blockchain.

@jonericcook
Copy link
Author

jonericcook commented Feb 16, 2018

@kesar - Awesome!

@kesar
Copy link
Member

kesar commented Jun 21, 2018

splitted here: #51 & #49

@kesar kesar closed this as completed Jun 21, 2018
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

2 participants