web3-token
web3-token copied to clipboard
Feature Request: How about using ethers for verify
Hi,
how about using the ethers
package to verify instead of ethereumjs-util
. There are several benefits IMO ...
- reduce package size and possible increase the performance
- increase security because of reducing the amount of packages - ethers is already use for testing
best regards
Nice idea , will sit on it.