Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: DobriyVanya on January 24, 2019, 05:55:33 AM



Title: Does solidity have the ability to do get / post requests?
Post by: DobriyVanya on January 24, 2019, 05:55:33 AM
From the contract I want to periodically receive current information from one of the Internet resources. Is it possible to do this using get / post requests?

If this is possible, what is the cost of these requests in gas?


Title: Re: Does solidity have the ability to do get / post requests?
Post by: fuer44 on January 24, 2019, 06:01:52 AM
it seems like it can, like subscribing. For example, when we subscribe to a YouTube channel, we will get the latest updates. I haven't tried it in this case (news on the internet), so it's possible to get information by paying for the gas.


Title: Re: Does solidity have the ability to do get / post requests?
Post by: batang_bitcoin on January 24, 2019, 06:42:29 AM
What's this platform? if for majority of the new channels on the web.

You just subscribe to their email newsletter by signing up.


Title: Re: Does solidity have the ability to do get / post requests?
Post by: DobriyVanya on January 28, 2019, 06:41:54 AM
Can someone give a straight answer?