简体   繁体   中英

How to integrate a erc20 token function, to make transfer token and check balance?

我使用的是Java,Web3j库,我能够创建钱包并与以太坊集成sendTx和余额检查功能,但是我想从中发送erc20令牌,我该如何完成呢?

Take a look at https://github.com/blk-io/erc20-rest-service it has some good examples of how to interact with an ERC20 token using the wrapper classes. It also exposes some simple endpoints to enable you to interact with erc20 tokens using http requests.

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