Ivan Black
Ivan Black

Reputation: 185

Send ERC-20 token using Web3j

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

Upvotes: 0

Views: 601

Answers (1)

Antony Denyer
Antony Denyer

Reputation: 1611

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

Upvotes: 1

Related Questions