0

What is the best way to send transaction in Ethereum with ERC-20 token and get balance of account using web3j

Ivan Black
  • 175
  • 1
  • 1
  • 7

1 Answers1

1

Take a look at https://github.com/blk-io/erc20-rest-service it will proxy requests into an ERC20 contract.

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