0

Im using java, web3j library, i am able to create wallet and integrate sendTx and balance checking function with ethereum, but i want to send erc20 token out of it, how can i accomplish it?

Lance Leroy
  • 399
  • 4
  • 7
  • 17

1 Answers1

0

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.

Antony Denyer
  • 1,541
  • 1
  • 15
  • 31