Reading the contents of an HTML element from a Smart Contract Written in Solidity

Viewed 21

I am creating a smart contract, one in which I require the ability to read the contents of an HTML element (the price of something, an integer), and then confirm whether or not sufficient funds (in accordance with the integer stored within that element) have been transferred to my address. How do I read the contents of an element?

0 Answers
Related