JS library for building browser apps & NodeJS services that interact with Loom DAppChains
BSD 3-Clause "New" or "Revised" License
204
stars
47
forks
source link
use web3.eth.personal.sign instead of web3.eth.sign in Web3Signer #239
Open
dotrungkien opened 5 years ago
is there any way to use
web3.eth.personal.sign
instead ofweb3.eth.sign
in Web3Signerwhat i want is to use addIdentityMappingAsync with a custom sign message instead of a hash with warning like now.