web3labs / erc20-rest-service

ERC-20 token standard RESTful service using Spring Boot and web3j
https://blk.io
182 stars 103 forks source link

receive owner address by parameter. #9

Open yohanscar opened 5 years ago

yohanscar commented 5 years ago

In my use of this repository was needed to transact tokes between diferent wallets, in original implementation all transactions uses same wallet address (fromAddress), in this commits you can use any wallet as parameter as 'fromAddress'.