1 min readAug 30, 2018
Hello, I used this approach successfully to sign an identity string in Tweedentity. I am having some difficulty testing it.
Since I cannot run Metamask during the tests, I need a way to correctly generate the signature. Which is the best way to use eth-sig-util
to generate a signature, recoverable using sigUtil.recoverTypedSignature
, like in the example above? Thanks