简体   繁体   中英

How to get informative data in smart contract with using API in R

I want to get informative data about the contract with using API.

I found hash address with using Etherscan. I copied the contract to the R. But I don't know how to get informative data (such as balance, token info etc.)

My screen look like this:

在此处输入图像描述

Smart contracts are written in Solidity programming language. Solidity programming language is not R programming language. You just cannot copy paste stuff from one language for another.

The correct answer is to run Ethereum node and use JSON-RPC API. But seems like your starting level of programming knowledge is too low for this, so recommend doing basic programming courses and learning before trying to try anything this complex.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM