We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use the polkadot.js sign & verify to calculate the proof, but always InvalidClaimSignature.
Example:
<Bytes>test-5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw</Bytes>
test-
Sign&Verify result:
Ps: Also try to EVE PublicKey: <Bytes>test-0xe659a7a1628cdd93febc04a4e0646ea20e9f5f0ce097d9a05290d4a9e054df4e</Bytes>
<Bytes>test-0xe659a7a1628cdd93febc04a4e0646ea20e9f5f0ce097d9a05290d4a9e054df4e</Bytes>
The text was updated successfully, but these errors were encountered:
where are you trying this? The network identifiers are:
Moonbase alpha: moonbase- Moonriver: moonriver- Moonbeam: moonbeam-
moonbase-
moonriver-
moonbeam-
Sorry, something went wrong.
Also, are u signing through polkadotjs apps? or the extension?
you might also want to put the input in hex and not in string.
No branches or pull requests
I use the polkadot.js sign & verify to calculate the proof, but always InvalidClaimSignature.
Example:
<Bytes>test-5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw</Bytes>
,test-
is SignatureNetworkIdentifierSign&Verify result:
Ps: Also try to EVE PublicKey:
<Bytes>test-0xe659a7a1628cdd93febc04a4e0646ea20e9f5f0ce097d9a05290d4a9e054df4e</Bytes>
The text was updated successfully, but these errors were encountered: