RE: Ethtags: Major smart contract updates

You are viewing a single comment's thread from:

Ethtags: Major smart contract updates

in utopian-io •  7 years ago 

Thanks for the contribution. It has been approved.

Could it be a security problem to have the contract address coded in the front end instead of the backend?


Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I thought that was the case too at first, however it has to be like that. The user always comunicates with the smart contract. The frontend serves as a UI of sorts, you could use the contract only with a command line tool, I think it was called geth. It is secure because the contract handles the data based on senders address which as far as I know can not be couterfeited.