I have a react page, it simply shows some live data:
{ "portfolioValue": 0.06, "usdEth": 94.82 }
I wanted to parse it using oraclize. But I can't because it's not a plain HTML page and React should render it first. So, how to parse the data?
I have a react page, it simply shows some live data:
{ "portfolioValue": 0.06, "usdEth": 94.82 }
I wanted to parse it using oraclize. But I can't because it's not a plain HTML page and React should render it first. So, how to parse the data?
Copyright © 2021 Jogjafile Inc.